Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=8",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 9,
    "results": [
        {
            "start": 816534989,
            "stop": 816535114
        },
        {
            "start": 816535619,
            "stop": 816540896
        },
        {
            "start": 816542382,
            "stop": 816548611
        },
        {
            "start": 816554089,
            "stop": 816563181
        },
        {
            "start": 816564940,
            "stop": 816572130
        },
        {
            "start": 816573266,
            "stop": 816589889
        },
        {
            "start": 816589892,
            "stop": 816596820
        },
        {
            "start": 816596823,
            "stop": 816603815
        },
        {
            "start": 816603817,
            "stop": 816618515
        },
        {
            "start": 816618518,
            "stop": 816623335
        },
        {
            "start": 816625941,
            "stop": 816626701
        },
        {
            "start": 816626914,
            "stop": 816630150
        },
        {
            "start": 816633130,
            "stop": 816633689
        },
        {
            "start": 816634759,
            "stop": 816635159
        },
        {
            "start": 816635861,
            "stop": 816636906
        },
        {
            "start": 816636954,
            "stop": 816637722
        },
        {
            "start": 816650176,
            "stop": 816656394
        },
        {
            "start": 816656397,
            "stop": 816657324
        },
        {
            "start": 816660712,
            "stop": 816674790
        },
        {
            "start": 816674850,
            "stop": 816674868
        }
    ]
}