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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=97",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 98,
    "results": [
        {
            "start": 931488219,
            "stop": 931488224
        },
        {
            "start": 931488231,
            "stop": 931488235
        },
        {
            "start": 931488267,
            "stop": 931488268
        },
        {
            "start": 931488324,
            "stop": 931488327
        },
        {
            "start": 931488351,
            "stop": 931488365
        },
        {
            "start": 931488371,
            "stop": 931488376
        },
        {
            "start": 931488434,
            "stop": 931488442
        },
        {
            "start": 931488448,
            "stop": 931488450
        },
        {
            "start": 931488460,
            "stop": 931488469
        },
        {
            "start": 931488475,
            "stop": 931488483
        },
        {
            "start": 931488489,
            "stop": 931488522
        },
        {
            "start": 931488528,
            "stop": 931488541
        },
        {
            "start": 931488610,
            "stop": 931488611
        },
        {
            "start": 931488633,
            "stop": 931488634
        },
        {
            "start": 931488662,
            "stop": 931488663
        },
        {
            "start": 931491250,
            "stop": 931492100
        },
        {
            "start": 931492105,
            "stop": 931492117
        },
        {
            "start": 931492122,
            "stop": 931492165
        },
        {
            "start": 931492171,
            "stop": 931492642
        },
        {
            "start": 931492648,
            "stop": 931492688
        }
    ]
}