Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=126
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=125",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 126,
    "results": [
        {
            "start": 817874772,
            "stop": 817874813
        },
        {
            "start": 817874816,
            "stop": 817874817
        },
        {
            "start": 817874820,
            "stop": 817874823
        },
        {
            "start": 817874826,
            "stop": 817874906
        },
        {
            "start": 817874910,
            "stop": 817874917
        },
        {
            "start": 817874920,
            "stop": 817874932
        },
        {
            "start": 817874938,
            "stop": 817874963
        },
        {
            "start": 817874966,
            "stop": 817874984
        },
        {
            "start": 817874991,
            "stop": 817875033
        },
        {
            "start": 817875037,
            "stop": 817875132
        },
        {
            "start": 817875136,
            "stop": 817875151
        },
        {
            "start": 817875154,
            "stop": 817875188
        },
        {
            "start": 817875195,
            "stop": 817875241
        },
        {
            "start": 817875245,
            "stop": 817875344
        },
        {
            "start": 817875347,
            "stop": 817875402
        },
        {
            "start": 817875407,
            "stop": 817875465
        },
        {
            "start": 817875468,
            "stop": 817875480
        },
        {
            "start": 817875483,
            "stop": 817875503
        },
        {
            "start": 817875506,
            "stop": 817875518
        },
        {
            "start": 817875525,
            "stop": 817875533
        }
    ]
}