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=15708
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=15709",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15707",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15708,
    "results": [
        {
            "start": 971163487,
            "stop": 971163490
        },
        {
            "start": 971163492,
            "stop": 971163494
        },
        {
            "start": 971163496,
            "stop": 971163497
        },
        {
            "start": 971163511,
            "stop": 971163514
        },
        {
            "start": 971163517,
            "stop": 971163519
        },
        {
            "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
        }
    ]
}