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_CW_CAT1/segments?format=api&page=458
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=459",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=457",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 458,
    "results": [
        {
            "start": 872214935,
            "stop": 872215445
        },
        {
            "start": 872215451,
            "stop": 872242574
        },
        {
            "start": 872244259,
            "stop": 872263028
        },
        {
            "start": 872263160,
            "stop": 872348461
        },
        {
            "start": 872365308,
            "stop": 872365921
        },
        {
            "start": 872366523,
            "stop": 872367551
        },
        {
            "start": 872368558,
            "stop": 872373244
        },
        {
            "start": 872375124,
            "stop": 872515619
        },
        {
            "start": 872518631,
            "stop": 872530462
        },
        {
            "start": 872530595,
            "stop": 872534367
        },
        {
            "start": 872540333,
            "stop": 872545307
        },
        {
            "start": 872545453,
            "stop": 872564669
        },
        {
            "start": 872566452,
            "stop": 872570064
        },
        {
            "start": 872570075,
            "stop": 872626233
        },
        {
            "start": 872627375,
            "stop": 872635340
        },
        {
            "start": 872636474,
            "stop": 872637111
        },
        {
            "start": 872637116,
            "stop": 872640196
        },
        {
            "start": 872640202,
            "stop": 872643802
        },
        {
            "start": 872644177,
            "stop": 872644340
        },
        {
            "start": 872644346,
            "stop": 872644507
        }
    ]
}