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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=260",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 261,
    "results": [
        {
            "start": 1376895033,
            "stop": 1376896000
        },
        {
            "start": 1376896002,
            "stop": 1376896416
        },
        {
            "start": 1376896417,
            "stop": 1376897504
        },
        {
            "start": 1376897506,
            "stop": 1376898448
        },
        {
            "start": 1376898450,
            "stop": 1376898577
        },
        {
            "start": 1376898578,
            "stop": 1376898624
        },
        {
            "start": 1376898627,
            "stop": 1376899225
        },
        {
            "start": 1376899226,
            "stop": 1376900817
        },
        {
            "start": 1376900819,
            "stop": 1376902478
        },
        {
            "start": 1376902480,
            "stop": 1376904817
        },
        {
            "start": 1376904819,
            "stop": 1376905718
        },
        {
            "start": 1376905720,
            "stop": 1376907251
        },
        {
            "start": 1376907252,
            "stop": 1376909643
        },
        {
            "start": 1376909645,
            "stop": 1376911584
        },
        {
            "start": 1376911586,
            "stop": 1376911871
        },
        {
            "start": 1376911873,
            "stop": 1376912642
        },
        {
            "start": 1376912647,
            "stop": 1376913280
        },
        {
            "start": 1376913282,
            "stop": 1376914027
        },
        {
            "start": 1376914029,
            "stop": 1376914347
        },
        {
            "start": 1376914349,
            "stop": 1376915149
        }
    ]
}