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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=373",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 374,
    "results": [
        {
            "start": 873621830,
            "stop": 873631817
        },
        {
            "start": 873653632,
            "stop": 873653772
        },
        {
            "start": 873658206,
            "stop": 873659554
        },
        {
            "start": 873661484,
            "stop": 873664986
        },
        {
            "start": 873665828,
            "stop": 873672090
        },
        {
            "start": 873672293,
            "stop": 873672330
        },
        {
            "start": 873672378,
            "stop": 873674219
        },
        {
            "start": 873674311,
            "stop": 873675176
        },
        {
            "start": 873675259,
            "stop": 873676066
        },
        {
            "start": 873703658,
            "stop": 873705269
        },
        {
            "start": 873706807,
            "stop": 873708535
        },
        {
            "start": 873711097,
            "stop": 873715871
        },
        {
            "start": 873720952,
            "stop": 873723627
        },
        {
            "start": 873723690,
            "stop": 873724849
        },
        {
            "start": 873728554,
            "stop": 873728715
        },
        {
            "start": 873728790,
            "stop": 873729853
        },
        {
            "start": 873730023,
            "stop": 873771001
        },
        {
            "start": 873771097,
            "stop": 873787068
        },
        {
            "start": 873796180,
            "stop": 873811992
        },
        {
            "start": 873812306,
            "stop": 873814358
        }
    ]
}