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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=18",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 19,
    "results": [
        {
            "start": 816692424,
            "stop": 816692753
        },
        {
            "start": 816692756,
            "stop": 816692875
        },
        {
            "start": 816692878,
            "stop": 816693000
        },
        {
            "start": 816693003,
            "stop": 816693117
        },
        {
            "start": 816693123,
            "stop": 816693206
        },
        {
            "start": 816693209,
            "stop": 816693514
        },
        {
            "start": 816693517,
            "stop": 816693626
        },
        {
            "start": 816693629,
            "stop": 816693661
        },
        {
            "start": 816693664,
            "stop": 816693679
        },
        {
            "start": 816693682,
            "stop": 816693684
        },
        {
            "start": 816693687,
            "stop": 816693853
        },
        {
            "start": 816697874,
            "stop": 816697875
        },
        {
            "start": 816697879,
            "stop": 816697880
        },
        {
            "start": 816697883,
            "stop": 816697886
        },
        {
            "start": 816697887,
            "stop": 816697898
        },
        {
            "start": 816697900,
            "stop": 816697901
        },
        {
            "start": 816697905,
            "stop": 816697906
        },
        {
            "start": 816697908,
            "stop": 816697956
        },
        {
            "start": 816697959,
            "stop": 816697970
        },
        {
            "start": 816697973,
            "stop": 816697988
        }
    ]
}