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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=81",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 82,
    "results": [
        {
            "start": 1410461010,
            "stop": 1410467957
        },
        {
            "start": 1410467961,
            "stop": 1410472670
        },
        {
            "start": 1410472675,
            "stop": 1410474318
        },
        {
            "start": 1410492607,
            "stop": 1410502164
        },
        {
            "start": 1410508610,
            "stop": 1410519703
        },
        {
            "start": 1410546887,
            "stop": 1410549418
        },
        {
            "start": 1410554363,
            "stop": 1410559649
        },
        {
            "start": 1410559654,
            "stop": 1410569478
        },
        {
            "start": 1410569483,
            "stop": 1410570101
        },
        {
            "start": 1410570106,
            "stop": 1410570162
        },
        {
            "start": 1410574332,
            "stop": 1410584786
        },
        {
            "start": 1410584791,
            "stop": 1410584934
        },
        {
            "start": 1410584939,
            "stop": 1410587012
        },
        {
            "start": 1410587017,
            "stop": 1410587154
        },
        {
            "start": 1410590493,
            "stop": 1410592150
        },
        {
            "start": 1410592155,
            "stop": 1410592161
        },
        {
            "start": 1410592166,
            "stop": 1410594067
        },
        {
            "start": 1410600122,
            "stop": 1410608891
        },
        {
            "start": 1410608896,
            "stop": 1410611743
        },
        {
            "start": 1410611748,
            "stop": 1410615490
        }
    ]
}