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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=58",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 59,
    "results": [
        {
            "start": 818244105,
            "stop": 818253102
        },
        {
            "start": 818253106,
            "stop": 818260210
        },
        {
            "start": 818260214,
            "stop": 818261402
        },
        {
            "start": 818263897,
            "stop": 818267433
        },
        {
            "start": 818270274,
            "stop": 818284385
        },
        {
            "start": 818284389,
            "stop": 818286806
        },
        {
            "start": 818290241,
            "stop": 818291348
        },
        {
            "start": 818292646,
            "stop": 818296423
        },
        {
            "start": 818296604,
            "stop": 818298823
        },
        {
            "start": 818299004,
            "stop": 818318349
        },
        {
            "start": 818318352,
            "stop": 818322271
        },
        {
            "start": 818324474,
            "stop": 818326425
        },
        {
            "start": 818327398,
            "stop": 818338718
        },
        {
            "start": 818340677,
            "stop": 818342923
        },
        {
            "start": 818344995,
            "stop": 818345336
        },
        {
            "start": 818345636,
            "stop": 818346747
        },
        {
            "start": 818349742,
            "stop": 818352194
        },
        {
            "start": 818355312,
            "stop": 818356202
        },
        {
            "start": 818358542,
            "stop": 818365706
        },
        {
            "start": 818367579,
            "stop": 818370154
        }
    ]
}