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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=162",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 163,
    "results": [
        {
            "start": 1382925860,
            "stop": 1382929348
        },
        {
            "start": 1382929353,
            "stop": 1382948083
        },
        {
            "start": 1382948088,
            "stop": 1382948690
        },
        {
            "start": 1382948695,
            "stop": 1382950325
        },
        {
            "start": 1382950330,
            "stop": 1382951038
        },
        {
            "start": 1382951043,
            "stop": 1382960034
        },
        {
            "start": 1382960039,
            "stop": 1382961201
        },
        {
            "start": 1382961206,
            "stop": 1382965130
        },
        {
            "start": 1382965135,
            "stop": 1382978235
        },
        {
            "start": 1382978239,
            "stop": 1382991597
        },
        {
            "start": 1382991602,
            "stop": 1382992372
        },
        {
            "start": 1382992377,
            "stop": 1382993119
        },
        {
            "start": 1382993124,
            "stop": 1383005076
        },
        {
            "start": 1383005081,
            "stop": 1383012568
        },
        {
            "start": 1383012573,
            "stop": 1383015629
        },
        {
            "start": 1383016143,
            "stop": 1383017405
        },
        {
            "start": 1383017410,
            "stop": 1383019222
        },
        {
            "start": 1383031341,
            "stop": 1383033912
        },
        {
            "start": 1383033916,
            "stop": 1383038820
        },
        {
            "start": 1383038825,
            "stop": 1383043942
        }
    ]
}