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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=63",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 64,
    "results": [
        {
            "start": 932073383,
            "stop": 932073384
        },
        {
            "start": 932073385,
            "stop": 932073393
        },
        {
            "start": 932073394,
            "stop": 932073404
        },
        {
            "start": 932073405,
            "stop": 932073406
        },
        {
            "start": 932073411,
            "stop": 932073415
        },
        {
            "start": 932073416,
            "stop": 932073417
        },
        {
            "start": 932073419,
            "stop": 932073428
        },
        {
            "start": 932073435,
            "stop": 932073442
        },
        {
            "start": 932073444,
            "stop": 932073448
        },
        {
            "start": 932073450,
            "stop": 932073452
        },
        {
            "start": 932073454,
            "stop": 932073465
        },
        {
            "start": 932073468,
            "stop": 932073486
        },
        {
            "start": 932073487,
            "stop": 932073491
        },
        {
            "start": 932073495,
            "stop": 932073497
        },
        {
            "start": 932073498,
            "stop": 932073508
        },
        {
            "start": 932073511,
            "stop": 932073512
        },
        {
            "start": 932073517,
            "stop": 932073524
        },
        {
            "start": 932073526,
            "stop": 932073529
        },
        {
            "start": 932073530,
            "stop": 932073532
        },
        {
            "start": 932073537,
            "stop": 932073538
        }
    ]
}