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=4
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=5",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=3",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 4,
    "results": [
        {
            "start": 1368995133,
            "stop": 1368995248
        },
        {
            "start": 1368995253,
            "stop": 1368995290
        },
        {
            "start": 1368995295,
            "stop": 1368995348
        },
        {
            "start": 1368995353,
            "stop": 1368996599
        },
        {
            "start": 1368996603,
            "stop": 1368996789
        },
        {
            "start": 1368996794,
            "stop": 1368997054
        },
        {
            "start": 1368997059,
            "stop": 1368997896
        },
        {
            "start": 1369184832,
            "stop": 1369184915
        },
        {
            "start": 1369185055,
            "stop": 1369189099
        },
        {
            "start": 1369189104,
            "stop": 1369191428
        },
        {
            "start": 1369191433,
            "stop": 1369195389
        },
        {
            "start": 1369195394,
            "stop": 1369200465
        },
        {
            "start": 1369205881,
            "stop": 1369207526
        },
        {
            "start": 1369207531,
            "stop": 1369216800
        },
        {
            "start": 1369216803,
            "stop": 1369216871
        },
        {
            "start": 1369216876,
            "stop": 1369221181
        },
        {
            "start": 1369221186,
            "stop": 1369223896
        },
        {
            "start": 1369223901,
            "stop": 1369225735
        },
        {
            "start": 1369225740,
            "stop": 1369226506
        },
        {
            "start": 1369226511,
            "stop": 1369230918
        }
    ]
}