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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=195",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 196,
    "results": [
        {
            "start": 1386147081,
            "stop": 1386149477
        },
        {
            "start": 1386155638,
            "stop": 1386167065
        },
        {
            "start": 1386167070,
            "stop": 1386167385
        },
        {
            "start": 1386167390,
            "stop": 1386173863
        },
        {
            "start": 1386187368,
            "stop": 1386192164
        },
        {
            "start": 1386196062,
            "stop": 1386198166
        },
        {
            "start": 1386198171,
            "stop": 1386200678
        },
        {
            "start": 1386204397,
            "stop": 1386204738
        },
        {
            "start": 1386204743,
            "stop": 1386211392
        },
        {
            "start": 1386211397,
            "stop": 1386212855
        },
        {
            "start": 1386212860,
            "stop": 1386213989
        },
        {
            "start": 1386213994,
            "stop": 1386217355
        },
        {
            "start": 1386225308,
            "stop": 1386232209
        },
        {
            "start": 1386232214,
            "stop": 1386235543
        },
        {
            "start": 1386235547,
            "stop": 1386238282
        },
        {
            "start": 1386238287,
            "stop": 1386241237
        },
        {
            "start": 1386241242,
            "stop": 1386242030
        },
        {
            "start": 1386242035,
            "stop": 1386244509
        },
        {
            "start": 1386244514,
            "stop": 1386261840
        },
        {
            "start": 1386261845,
            "stop": 1386267342
        }
    ]
}