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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=214",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 215,
    "results": [
        {
            "start": 846923753,
            "stop": 846923778
        },
        {
            "start": 846923782,
            "stop": 846924144
        },
        {
            "start": 846924148,
            "stop": 846924158
        },
        {
            "start": 846924162,
            "stop": 846924177
        },
        {
            "start": 846924181,
            "stop": 846924424
        },
        {
            "start": 846924428,
            "stop": 846924429
        },
        {
            "start": 846924433,
            "stop": 846924453
        },
        {
            "start": 846924457,
            "stop": 846924463
        },
        {
            "start": 846924467,
            "stop": 846924482
        },
        {
            "start": 846924495,
            "stop": 846924560
        },
        {
            "start": 846924588,
            "stop": 846924614
        },
        {
            "start": 846924627,
            "stop": 846924643
        },
        {
            "start": 846924646,
            "stop": 846924657
        },
        {
            "start": 846924661,
            "stop": 846924701
        },
        {
            "start": 846924704,
            "stop": 846924817
        },
        {
            "start": 846924821,
            "stop": 846924937
        },
        {
            "start": 846924945,
            "stop": 846924950
        },
        {
            "start": 846929886,
            "stop": 846930216
        },
        {
            "start": 846930229,
            "stop": 846930380
        },
        {
            "start": 846930383,
            "stop": 846930390
        }
    ]
}