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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=691",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=689",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 690,
    "results": [
        {
            "start": 847223871,
            "stop": 847228176
        },
        {
            "start": 847228178,
            "stop": 847230570
        },
        {
            "start": 847230630,
            "stop": 847230657
        },
        {
            "start": 847231867,
            "stop": 847237393
        },
        {
            "start": 847238294,
            "stop": 847239486
        },
        {
            "start": 847264057,
            "stop": 847266140
        },
        {
            "start": 847266491,
            "stop": 847287852
        },
        {
            "start": 847287855,
            "stop": 847314390
        },
        {
            "start": 847314510,
            "stop": 847317992
        },
        {
            "start": 847320045,
            "stop": 847334435
        },
        {
            "start": 847347771,
            "stop": 847361044
        },
        {
            "start": 847361262,
            "stop": 847371930
        },
        {
            "start": 847371990,
            "stop": 847381410
        },
        {
            "start": 847382390,
            "stop": 847383648
        },
        {
            "start": 847396581,
            "stop": 847402657
        },
        {
            "start": 847404960,
            "stop": 847416734
        },
        {
            "start": 847421708,
            "stop": 847421730
        },
        {
            "start": 847421850,
            "stop": 847421853
        },
        {
            "start": 847475224,
            "stop": 847554987
        },
        {
            "start": 847602253,
            "stop": 847604571
        }
    ]
}