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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=177",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 178,
    "results": [
        {
            "start": 1383954905,
            "stop": 1383954906
        },
        {
            "start": 1383954910,
            "stop": 1383955521
        },
        {
            "start": 1383955526,
            "stop": 1383955688
        },
        {
            "start": 1383955693,
            "stop": 1383958382
        },
        {
            "start": 1383958387,
            "stop": 1383962568
        },
        {
            "start": 1383962573,
            "stop": 1383964410
        },
        {
            "start": 1383964415,
            "stop": 1383979034
        },
        {
            "start": 1383979039,
            "stop": 1383994480
        },
        {
            "start": 1383994485,
            "stop": 1383995214
        },
        {
            "start": 1383995219,
            "stop": 1383995507
        },
        {
            "start": 1383995516,
            "stop": 1383996090
        },
        {
            "start": 1383996095,
            "stop": 1383998859
        },
        {
            "start": 1383998864,
            "stop": 1383999253
        },
        {
            "start": 1383999384,
            "stop": 1384004558
        },
        {
            "start": 1384004563,
            "stop": 1384006453
        },
        {
            "start": 1384006458,
            "stop": 1384010264
        },
        {
            "start": 1384010269,
            "stop": 1384010549
        },
        {
            "start": 1384011643,
            "stop": 1384011916
        },
        {
            "start": 1384037579,
            "stop": 1384038831
        },
        {
            "start": 1384038836,
            "stop": 1384052574
        }
    ]
}