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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=26",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 27,
    "results": [
        {
            "start": 938087854,
            "stop": 938100963
        },
        {
            "start": 938101407,
            "stop": 938146519
        },
        {
            "start": 938147025,
            "stop": 938170623
        },
        {
            "start": 938171214,
            "stop": 938176540
        },
        {
            "start": 938177323,
            "stop": 938182042
        },
        {
            "start": 938185895,
            "stop": 938190605
        },
        {
            "start": 938195026,
            "stop": 938196347
        },
        {
            "start": 938197492,
            "stop": 938203332
        },
        {
            "start": 938210811,
            "stop": 938224798
        },
        {
            "start": 938232856,
            "stop": 938233412
        },
        {
            "start": 938249171,
            "stop": 938259768
        },
        {
            "start": 938261087,
            "stop": 938261096
        },
        {
            "start": 938261129,
            "stop": 938261136
        },
        {
            "start": 938261790,
            "stop": 938262175
        },
        {
            "start": 938262653,
            "stop": 938263982
        },
        {
            "start": 938316290,
            "stop": 938317006
        },
        {
            "start": 938370827,
            "stop": 938371256
        },
        {
            "start": 938371750,
            "stop": 938373115
        },
        {
            "start": 938410245,
            "stop": 938415920
        },
        {
            "start": 938418895,
            "stop": 938427366
        }
    ]
}