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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=563",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=561",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 562,
    "results": [
        {
            "start": 873575890,
            "stop": 873575892
        },
        {
            "start": 873575893,
            "stop": 873575908
        },
        {
            "start": 873575910,
            "stop": 873577196
        },
        {
            "start": 873577198,
            "stop": 873581329
        },
        {
            "start": 873581487,
            "stop": 873581804
        },
        {
            "start": 873581805,
            "stop": 873582164
        },
        {
            "start": 873582285,
            "stop": 873597505
        },
        {
            "start": 873597507,
            "stop": 873611111
        },
        {
            "start": 873613548,
            "stop": 873620521
        },
        {
            "start": 873621830,
            "stop": 873631817
        },
        {
            "start": 873653632,
            "stop": 873653683
        },
        {
            "start": 873653685,
            "stop": 873653772
        },
        {
            "start": 873658206,
            "stop": 873659554
        },
        {
            "start": 873661484,
            "stop": 873664986
        },
        {
            "start": 873665828,
            "stop": 873672081
        },
        {
            "start": 873672082,
            "stop": 873672090
        },
        {
            "start": 873672293,
            "stop": 873672330
        },
        {
            "start": 873672378,
            "stop": 873674219
        },
        {
            "start": 873674311,
            "stop": 873675176
        },
        {
            "start": 873675259,
            "stop": 873676066
        }
    ]
}