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=5976
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=5977",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5975",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5976,
    "results": [
        {
            "start": 873301641,
            "stop": 873301677
        },
        {
            "start": 873301679,
            "stop": 873301688
        },
        {
            "start": 873301689,
            "stop": 873301701
        },
        {
            "start": 873301702,
            "stop": 873301704
        },
        {
            "start": 873301706,
            "stop": 873301739
        },
        {
            "start": 873301740,
            "stop": 873301760
        },
        {
            "start": 873301761,
            "stop": 873301776
        },
        {
            "start": 873301778,
            "stop": 873301780
        },
        {
            "start": 873301781,
            "stop": 873301784
        },
        {
            "start": 873301785,
            "stop": 873301807
        },
        {
            "start": 873301808,
            "stop": 873301817
        },
        {
            "start": 873301819,
            "stop": 873301829
        },
        {
            "start": 873301830,
            "stop": 873301832
        },
        {
            "start": 873301835,
            "stop": 873301904
        },
        {
            "start": 873301905,
            "stop": 873301909
        },
        {
            "start": 873301915,
            "stop": 873301954
        },
        {
            "start": 873301955,
            "stop": 873301968
        },
        {
            "start": 873301969,
            "stop": 873301971
        },
        {
            "start": 873301972,
            "stop": 873301983
        },
        {
            "start": 873301985,
            "stop": 873302023
        }
    ]
}