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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=94",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 95,
    "results": [
        {
            "start": 1376200365,
            "stop": 1376205812
        },
        {
            "start": 1376205817,
            "stop": 1376209643
        },
        {
            "start": 1376209722,
            "stop": 1376210827
        },
        {
            "start": 1376210832,
            "stop": 1376226087
        },
        {
            "start": 1376226092,
            "stop": 1376233311
        },
        {
            "start": 1376233316,
            "stop": 1376234791
        },
        {
            "start": 1376234796,
            "stop": 1376237509
        },
        {
            "start": 1376237513,
            "stop": 1376239664
        },
        {
            "start": 1376241396,
            "stop": 1376241848
        },
        {
            "start": 1376241853,
            "stop": 1376242268
        },
        {
            "start": 1376242273,
            "stop": 1376245605
        },
        {
            "start": 1376245610,
            "stop": 1376247743
        },
        {
            "start": 1376271363,
            "stop": 1376271672
        },
        {
            "start": 1376271677,
            "stop": 1376272797
        },
        {
            "start": 1376272802,
            "stop": 1376272804
        },
        {
            "start": 1376272809,
            "stop": 1376274154
        },
        {
            "start": 1376274159,
            "stop": 1376274185
        },
        {
            "start": 1376287340,
            "stop": 1376302379
        },
        {
            "start": 1376302384,
            "stop": 1376303093
        },
        {
            "start": 1376303098,
            "stop": 1376311867
        }
    ]
}