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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3767",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3765",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3766,
    "results": [
        {
            "start": 873034615,
            "stop": 873034616
        },
        {
            "start": 873034617,
            "stop": 873034623
        },
        {
            "start": 873034624,
            "stop": 873034654
        },
        {
            "start": 873034655,
            "stop": 873034682
        },
        {
            "start": 873034683,
            "stop": 873035430
        },
        {
            "start": 873036523,
            "stop": 873037946
        },
        {
            "start": 873037949,
            "stop": 873037950
        },
        {
            "start": 873037951,
            "stop": 873037953
        },
        {
            "start": 873037954,
            "stop": 873037959
        },
        {
            "start": 873037961,
            "stop": 873038082
        },
        {
            "start": 873038083,
            "stop": 873040768
        },
        {
            "start": 873040770,
            "stop": 873041477
        },
        {
            "start": 873041478,
            "stop": 873041910
        },
        {
            "start": 873041911,
            "stop": 873049328
        },
        {
            "start": 873049329,
            "stop": 873049913
        },
        {
            "start": 873049914,
            "stop": 873056449
        },
        {
            "start": 873056450,
            "stop": 873058066
        },
        {
            "start": 873060460,
            "stop": 873061560
        },
        {
            "start": 873061620,
            "stop": 873069900
        },
        {
            "start": 873069960,
            "stop": 873069964
        }
    ]
}