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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=65",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 66,
    "results": [
        {
            "start": 824300172,
            "stop": 824300226
        },
        {
            "start": 824300336,
            "stop": 824314087
        },
        {
            "start": 824361208,
            "stop": 824361350
        },
        {
            "start": 824363311,
            "stop": 824373060
        },
        {
            "start": 824373542,
            "stop": 824373839
        },
        {
            "start": 824374015,
            "stop": 824374157
        },
        {
            "start": 824378271,
            "stop": 824390242
        },
        {
            "start": 824390352,
            "stop": 824392362
        },
        {
            "start": 824392662,
            "stop": 824392834
        },
        {
            "start": 824393134,
            "stop": 824393288
        },
        {
            "start": 824393588,
            "stop": 824397887
        },
        {
            "start": 824408990,
            "stop": 824409037
        },
        {
            "start": 824409905,
            "stop": 824411912
        },
        {
            "start": 824412840,
            "stop": 824413034
        },
        {
            "start": 824413144,
            "stop": 824413308
        },
        {
            "start": 824413608,
            "stop": 824413744
        },
        {
            "start": 824414044,
            "stop": 824414295
        },
        {
            "start": 824414405,
            "stop": 824414858
        },
        {
            "start": 824415158,
            "stop": 824417437
        },
        {
            "start": 824417738,
            "stop": 824418070
        }
    ]
}