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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=66",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 67,
    "results": [
        {
            "start": 816268169,
            "stop": 816268305
        },
        {
            "start": 816268312,
            "stop": 816268569
        },
        {
            "start": 816268576,
            "stop": 816269261
        },
        {
            "start": 816269268,
            "stop": 816269512
        },
        {
            "start": 816269519,
            "stop": 816269638
        },
        {
            "start": 816269645,
            "stop": 816269905
        },
        {
            "start": 816269913,
            "stop": 816270289
        },
        {
            "start": 816270296,
            "stop": 816270342
        },
        {
            "start": 816270349,
            "stop": 816270883
        },
        {
            "start": 816271064,
            "stop": 816271080
        },
        {
            "start": 816271087,
            "stop": 816271216
        },
        {
            "start": 816271223,
            "stop": 816271447
        },
        {
            "start": 816271451,
            "stop": 816271488
        },
        {
            "start": 816271496,
            "stop": 816271637
        },
        {
            "start": 816272062,
            "stop": 816272118
        },
        {
            "start": 816272125,
            "stop": 816272188
        },
        {
            "start": 816272747,
            "stop": 816272777
        },
        {
            "start": 816272784,
            "stop": 816273198
        },
        {
            "start": 816273205,
            "stop": 816273249
        },
        {
            "start": 816273256,
            "stop": 816273319
        }
    ]
}