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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14626",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14624",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14625,
    "results": [
        {
            "start": 971163523,
            "stop": 971163527
        },
        {
            "start": 971163529,
            "stop": 971163530
        },
        {
            "start": 971163531,
            "stop": 971163534
        },
        {
            "start": 971163538,
            "stop": 971163539
        },
        {
            "start": 971163544,
            "stop": 971163545
        },
        {
            "start": 971163554,
            "stop": 971163555
        },
        {
            "start": 971163557,
            "stop": 971163563
        },
        {
            "start": 971163566,
            "stop": 971163570
        },
        {
            "start": 971163571,
            "stop": 971163573
        },
        {
            "start": 971163576,
            "stop": 971163579
        },
        {
            "start": 971163586,
            "stop": 971163590
        },
        {
            "start": 971163591,
            "stop": 971163594
        },
        {
            "start": 971163595,
            "stop": 971163596
        },
        {
            "start": 971163598,
            "stop": 971163601
        },
        {
            "start": 971163605,
            "stop": 971163609
        },
        {
            "start": 971163610,
            "stop": 971163611
        },
        {
            "start": 971163617,
            "stop": 971163619
        },
        {
            "start": 971163621,
            "stop": 971163622
        },
        {
            "start": 971163624,
            "stop": 971163626
        },
        {
            "start": 971163629,
            "stop": 971163632
        }
    ]
}