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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=131",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 132,
    "results": [
        {
            "start": 818068585,
            "stop": 818068590
        },
        {
            "start": 818068593,
            "stop": 818068598
        },
        {
            "start": 818068601,
            "stop": 818068604
        },
        {
            "start": 818068607,
            "stop": 818068612
        },
        {
            "start": 818068616,
            "stop": 818068618
        },
        {
            "start": 818068623,
            "stop": 818068628
        },
        {
            "start": 818068631,
            "stop": 818068640
        },
        {
            "start": 818068643,
            "stop": 818068647
        },
        {
            "start": 818068650,
            "stop": 818068658
        },
        {
            "start": 818068662,
            "stop": 818068663
        },
        {
            "start": 818068666,
            "stop": 818068673
        },
        {
            "start": 818068676,
            "stop": 818068678
        },
        {
            "start": 818068685,
            "stop": 818068689
        },
        {
            "start": 818068692,
            "stop": 818068693
        },
        {
            "start": 818068699,
            "stop": 818068701
        },
        {
            "start": 818068705,
            "stop": 818068709
        },
        {
            "start": 818068720,
            "stop": 818068722
        },
        {
            "start": 818068726,
            "stop": 818068729
        },
        {
            "start": 818068734,
            "stop": 818068735
        },
        {
            "start": 818068738,
            "stop": 818068744
        }
    ]
}