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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=6",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 7,
    "results": [
        {
            "start": 816087055,
            "stop": 816087823
        },
        {
            "start": 816087834,
            "stop": 816087838
        },
        {
            "start": 816087856,
            "stop": 816087968
        },
        {
            "start": 816088083,
            "stop": 816088192
        },
        {
            "start": 816088197,
            "stop": 816090107
        },
        {
            "start": 816090136,
            "stop": 816091899
        },
        {
            "start": 816091928,
            "stop": 816092310
        },
        {
            "start": 816094073,
            "stop": 816094079
        },
        {
            "start": 816094108,
            "stop": 816094465
        },
        {
            "start": 816095430,
            "stop": 816095577
        },
        {
            "start": 816095635,
            "stop": 816095779
        },
        {
            "start": 816095808,
            "stop": 816095826
        },
        {
            "start": 816095855,
            "stop": 816095927
        },
        {
            "start": 816095956,
            "stop": 816095965
        },
        {
            "start": 816095971,
            "stop": 816095985
        },
        {
            "start": 816096035,
            "stop": 816096036
        },
        {
            "start": 816096039,
            "stop": 816096133
        },
        {
            "start": 816096138,
            "stop": 816096193
        },
        {
            "start": 816098790,
            "stop": 816098864
        },
        {
            "start": 816098893,
            "stop": 816098952
        }
    ]
}