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=307
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=308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=306",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 307,
    "results": [
        {
            "start": 821715138,
            "stop": 821715140
        },
        {
            "start": 821715143,
            "stop": 821715193
        },
        {
            "start": 821715198,
            "stop": 821715199
        },
        {
            "start": 821715204,
            "stop": 821715206
        },
        {
            "start": 821715209,
            "stop": 821715238
        },
        {
            "start": 821715242,
            "stop": 821715251
        },
        {
            "start": 821715254,
            "stop": 821715270
        },
        {
            "start": 821715273,
            "stop": 821715302
        },
        {
            "start": 821715305,
            "stop": 821715310
        },
        {
            "start": 821715313,
            "stop": 821715327
        },
        {
            "start": 821715330,
            "stop": 821715374
        },
        {
            "start": 821715380,
            "stop": 821715381
        },
        {
            "start": 821715384,
            "stop": 821715389
        },
        {
            "start": 821715392,
            "stop": 821715653
        },
        {
            "start": 821715656,
            "stop": 821715772
        },
        {
            "start": 821715775,
            "stop": 821715819
        },
        {
            "start": 821715822,
            "stop": 821715847
        },
        {
            "start": 821715850,
            "stop": 821715883
        },
        {
            "start": 821715888,
            "stop": 821715999
        },
        {
            "start": 821716002,
            "stop": 821716003
        }
    ]
}