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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14198",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14196",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14197,
    "results": [
        {
            "start": 971169417,
            "stop": 971169418
        },
        {
            "start": 971169422,
            "stop": 971169424
        },
        {
            "start": 971169425,
            "stop": 971169426
        },
        {
            "start": 971169430,
            "stop": 971169431
        },
        {
            "start": 971169436,
            "stop": 971169440
        },
        {
            "start": 971169446,
            "stop": 971169449
        },
        {
            "start": 971169452,
            "stop": 971169456
        },
        {
            "start": 971169458,
            "stop": 971169467
        },
        {
            "start": 971169470,
            "stop": 971169472
        },
        {
            "start": 971169473,
            "stop": 971169475
        },
        {
            "start": 971169477,
            "stop": 971169478
        },
        {
            "start": 971169479,
            "stop": 971169486
        },
        {
            "start": 971169489,
            "stop": 971169492
        },
        {
            "start": 971169494,
            "stop": 971169495
        },
        {
            "start": 971169498,
            "stop": 971169499
        },
        {
            "start": 971169500,
            "stop": 971169501
        },
        {
            "start": 971169503,
            "stop": 971169504
        },
        {
            "start": 971169510,
            "stop": 971169512
        },
        {
            "start": 971169513,
            "stop": 971169516
        },
        {
            "start": 971169522,
            "stop": 971169523
        }
    ]
}