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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=226",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=224",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 225,
    "results": [
        {
            "start": 931459553,
            "stop": 931459555
        },
        {
            "start": 931459560,
            "stop": 931459585
        },
        {
            "start": 931459587,
            "stop": 931459590
        },
        {
            "start": 931459592,
            "stop": 931459619
        },
        {
            "start": 931459621,
            "stop": 931459641
        },
        {
            "start": 931459643,
            "stop": 931459645
        },
        {
            "start": 931459647,
            "stop": 931459678
        },
        {
            "start": 931459680,
            "stop": 931459696
        },
        {
            "start": 931459698,
            "stop": 931459709
        },
        {
            "start": 931459712,
            "stop": 931459721
        },
        {
            "start": 931459723,
            "stop": 931459724
        },
        {
            "start": 931459726,
            "stop": 931459727
        },
        {
            "start": 931459729,
            "stop": 931459733
        },
        {
            "start": 931459735,
            "stop": 931459738
        },
        {
            "start": 931459739,
            "stop": 931459757
        },
        {
            "start": 931459761,
            "stop": 931459768
        },
        {
            "start": 931459770,
            "stop": 931459773
        },
        {
            "start": 931459775,
            "stop": 931459790
        },
        {
            "start": 931459792,
            "stop": 931459819
        },
        {
            "start": 931459821,
            "stop": 931459844
        }
    ]
}