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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5296",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5294",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5295,
    "results": [
        {
            "start": 1137089129,
            "stop": 1137089130
        },
        {
            "start": 1137089131,
            "stop": 1137089132
        },
        {
            "start": 1137089134,
            "stop": 1137089162
        },
        {
            "start": 1137089166,
            "stop": 1137089177
        },
        {
            "start": 1137089178,
            "stop": 1137089179
        },
        {
            "start": 1137089181,
            "stop": 1137089182
        },
        {
            "start": 1137089184,
            "stop": 1137089209
        },
        {
            "start": 1137089211,
            "stop": 1137089240
        },
        {
            "start": 1137089242,
            "stop": 1137089284
        },
        {
            "start": 1137089286,
            "stop": 1137089347
        },
        {
            "start": 1137089349,
            "stop": 1137089437
        },
        {
            "start": 1137089439,
            "stop": 1137089482
        },
        {
            "start": 1137089484,
            "stop": 1137089496
        },
        {
            "start": 1137089498,
            "stop": 1137089534
        },
        {
            "start": 1137089536,
            "stop": 1137089541
        },
        {
            "start": 1137089544,
            "stop": 1137089552
        },
        {
            "start": 1137089554,
            "stop": 1137089564
        },
        {
            "start": 1137089566,
            "stop": 1137089572
        },
        {
            "start": 1137089574,
            "stop": 1137089576
        },
        {
            "start": 1137089578,
            "stop": 1137089596
        }
    ]
}