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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=136",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 137,
    "results": [
        {
            "start": 816749378,
            "stop": 816749379
        },
        {
            "start": 816749383,
            "stop": 816749385
        },
        {
            "start": 816749392,
            "stop": 816749396
        },
        {
            "start": 816750806,
            "stop": 816750836
        },
        {
            "start": 816750840,
            "stop": 816750854
        },
        {
            "start": 816750859,
            "stop": 816750915
        },
        {
            "start": 816750919,
            "stop": 816751005
        },
        {
            "start": 816751009,
            "stop": 816751208
        },
        {
            "start": 816751212,
            "stop": 816751218
        },
        {
            "start": 816751224,
            "stop": 816751226
        },
        {
            "start": 816751245,
            "stop": 816751246
        },
        {
            "start": 816751255,
            "stop": 816751285
        },
        {
            "start": 816751290,
            "stop": 816751304
        },
        {
            "start": 816751308,
            "stop": 816751313
        },
        {
            "start": 816751317,
            "stop": 816751380
        },
        {
            "start": 816751383,
            "stop": 816751412
        },
        {
            "start": 816751418,
            "stop": 816751420
        },
        {
            "start": 816751425,
            "stop": 816751433
        },
        {
            "start": 816751440,
            "stop": 816751485
        },
        {
            "start": 816751488,
            "stop": 816751505
        }
    ]
}