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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=259",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 260,
    "results": [
        {
            "start": 820479459,
            "stop": 820479472
        },
        {
            "start": 820480322,
            "stop": 820480370
        },
        {
            "start": 820480391,
            "stop": 820480831
        },
        {
            "start": 820480834,
            "stop": 820481413
        },
        {
            "start": 820481564,
            "stop": 820481679
        },
        {
            "start": 820481682,
            "stop": 820481866
        },
        {
            "start": 820481869,
            "stop": 820481921
        },
        {
            "start": 820481924,
            "stop": 820482011
        },
        {
            "start": 820482015,
            "stop": 820482290
        },
        {
            "start": 820482410,
            "stop": 820482424
        },
        {
            "start": 820482427,
            "stop": 820482781
        },
        {
            "start": 820482786,
            "stop": 820482893
        },
        {
            "start": 820482897,
            "stop": 820483011
        },
        {
            "start": 820483014,
            "stop": 820483018
        },
        {
            "start": 820483021,
            "stop": 820483086
        },
        {
            "start": 820483089,
            "stop": 820483184
        },
        {
            "start": 820483188,
            "stop": 820483191
        },
        {
            "start": 820483194,
            "stop": 820483304
        },
        {
            "start": 820483307,
            "stop": 820483467
        },
        {
            "start": 820483470,
            "stop": 820483659
        }
    ]
}