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=135
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=136",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=134",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 135,
    "results": [
        {
            "start": 1380274426,
            "stop": 1380277348
        },
        {
            "start": 1380277353,
            "stop": 1380278615
        },
        {
            "start": 1380278619,
            "stop": 1380279107
        },
        {
            "start": 1380279111,
            "stop": 1380282508
        },
        {
            "start": 1380282513,
            "stop": 1380288709
        },
        {
            "start": 1380288714,
            "stop": 1380289284
        },
        {
            "start": 1380289289,
            "stop": 1380296263
        },
        {
            "start": 1380296268,
            "stop": 1380298543
        },
        {
            "start": 1380302753,
            "stop": 1380309566
        },
        {
            "start": 1380309571,
            "stop": 1380309858
        },
        {
            "start": 1380309863,
            "stop": 1380309929
        },
        {
            "start": 1380309934,
            "stop": 1380310356
        },
        {
            "start": 1380310361,
            "stop": 1380310647
        },
        {
            "start": 1380310650,
            "stop": 1380314861
        },
        {
            "start": 1380314866,
            "stop": 1380315534
        },
        {
            "start": 1380315539,
            "stop": 1380315608
        },
        {
            "start": 1380315613,
            "stop": 1380317390
        },
        {
            "start": 1380317395,
            "stop": 1380318514
        },
        {
            "start": 1380318519,
            "stop": 1380318783
        },
        {
            "start": 1380318788,
            "stop": 1380327532
        }
    ]
}