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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=38",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 39,
    "results": [
        {
            "start": 816689765,
            "stop": 816689897
        },
        {
            "start": 816689926,
            "stop": 816690203
        },
        {
            "start": 816690232,
            "stop": 816690285
        },
        {
            "start": 816690314,
            "stop": 816690537
        },
        {
            "start": 816690550,
            "stop": 816690638
        },
        {
            "start": 816690645,
            "stop": 816690900
        },
        {
            "start": 816690934,
            "stop": 816691213
        },
        {
            "start": 816691221,
            "stop": 816691248
        },
        {
            "start": 816691277,
            "stop": 816691397
        },
        {
            "start": 816691426,
            "stop": 816691499
        },
        {
            "start": 816691528,
            "stop": 816691671
        },
        {
            "start": 816691680,
            "stop": 816691846
        },
        {
            "start": 816691853,
            "stop": 816692132
        },
        {
            "start": 816692140,
            "stop": 816692205
        },
        {
            "start": 816692213,
            "stop": 816692347
        },
        {
            "start": 816692354,
            "stop": 816692420
        },
        {
            "start": 816692449,
            "stop": 816692752
        },
        {
            "start": 816692781,
            "stop": 816692874
        },
        {
            "start": 816692903,
            "stop": 816692999
        },
        {
            "start": 816693028,
            "stop": 816693116
        }
    ]
}