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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1954",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1952",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1953,
    "results": [
        {
            "start": 852427405,
            "stop": 852427410
        },
        {
            "start": 852427470,
            "stop": 852427485
        },
        {
            "start": 852427487,
            "stop": 852427528
        },
        {
            "start": 852427529,
            "stop": 852427622
        },
        {
            "start": 852427624,
            "stop": 852427647
        },
        {
            "start": 852427648,
            "stop": 852427706
        },
        {
            "start": 852427710,
            "stop": 852427758
        },
        {
            "start": 852427759,
            "stop": 852427769
        },
        {
            "start": 852427771,
            "stop": 852427786
        },
        {
            "start": 852427788,
            "stop": 852427790
        },
        {
            "start": 852427791,
            "stop": 852427792
        },
        {
            "start": 852427794,
            "stop": 852427798
        },
        {
            "start": 852430257,
            "stop": 852430258
        },
        {
            "start": 852430562,
            "stop": 852435930
        },
        {
            "start": 852436091,
            "stop": 852436209
        },
        {
            "start": 852436211,
            "stop": 852436212
        },
        {
            "start": 852436214,
            "stop": 852436216
        },
        {
            "start": 852436218,
            "stop": 852436226
        },
        {
            "start": 852436228,
            "stop": 852436230
        },
        {
            "start": 852436232,
            "stop": 852436235
        }
    ]
}