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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=113",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 114,
    "results": [
        {
            "start": 825975403,
            "stop": 825975409
        },
        {
            "start": 825975412,
            "stop": 825975456
        },
        {
            "start": 825975473,
            "stop": 825975484
        },
        {
            "start": 825975492,
            "stop": 825975522
        },
        {
            "start": 825975525,
            "stop": 825975531
        },
        {
            "start": 825975535,
            "stop": 825975555
        },
        {
            "start": 825975568,
            "stop": 825975594
        },
        {
            "start": 825975602,
            "stop": 825975608
        },
        {
            "start": 825975612,
            "stop": 825975661
        },
        {
            "start": 825975665,
            "stop": 825975700
        },
        {
            "start": 825975723,
            "stop": 825976517
        },
        {
            "start": 825976535,
            "stop": 825976541
        },
        {
            "start": 825976554,
            "stop": 825976570
        },
        {
            "start": 825976574,
            "stop": 825976585
        },
        {
            "start": 825976589,
            "stop": 825976594
        },
        {
            "start": 825976608,
            "stop": 825976623
        },
        {
            "start": 825976652,
            "stop": 825976676
        },
        {
            "start": 825976680,
            "stop": 825976686
        },
        {
            "start": 825976694,
            "stop": 825976700
        },
        {
            "start": 825976703,
            "stop": 825976967
        }
    ]
}