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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=145",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 146,
    "results": [
        {
            "start": 818075726,
            "stop": 818075730
        },
        {
            "start": 818075739,
            "stop": 818075741
        },
        {
            "start": 818075744,
            "stop": 818075752
        },
        {
            "start": 818075755,
            "stop": 818075757
        },
        {
            "start": 818075760,
            "stop": 818075769
        },
        {
            "start": 818075773,
            "stop": 818075777
        },
        {
            "start": 818075780,
            "stop": 818075783
        },
        {
            "start": 818075789,
            "stop": 818075792
        },
        {
            "start": 818075802,
            "stop": 818075816
        },
        {
            "start": 818075820,
            "stop": 818075822
        },
        {
            "start": 818075827,
            "stop": 818075829
        },
        {
            "start": 818075834,
            "stop": 818075836
        },
        {
            "start": 818075843,
            "stop": 818075850
        },
        {
            "start": 818075853,
            "stop": 818075854
        },
        {
            "start": 818075860,
            "stop": 818075861
        },
        {
            "start": 818075865,
            "stop": 818075868
        },
        {
            "start": 818075871,
            "stop": 818075873
        },
        {
            "start": 818075878,
            "stop": 818075881
        },
        {
            "start": 818075884,
            "stop": 818075888
        },
        {
            "start": 818075891,
            "stop": 818075893
        }
    ]
}