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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8875",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8873",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8874,
    "results": [
        {
            "start": 873171002,
            "stop": 873171764
        },
        {
            "start": 873171781,
            "stop": 873172575
        },
        {
            "start": 873172592,
            "stop": 873172690
        },
        {
            "start": 873172707,
            "stop": 873173633
        },
        {
            "start": 873173655,
            "stop": 873174896
        },
        {
            "start": 873174913,
            "stop": 873175435
        },
        {
            "start": 873175454,
            "stop": 873176695
        },
        {
            "start": 873176713,
            "stop": 873176903
        },
        {
            "start": 873176920,
            "stop": 873177256
        },
        {
            "start": 873177273,
            "stop": 873178988
        },
        {
            "start": 873179005,
            "stop": 873179298
        },
        {
            "start": 873179315,
            "stop": 873179451
        },
        {
            "start": 873179468,
            "stop": 873181452
        },
        {
            "start": 873181472,
            "stop": 873181860
        },
        {
            "start": 873181877,
            "stop": 873184033
        },
        {
            "start": 873184050,
            "stop": 873184223
        },
        {
            "start": 873186251,
            "stop": 873186280
        },
        {
            "start": 873186304,
            "stop": 873186334
        },
        {
            "start": 873186351,
            "stop": 873186411
        },
        {
            "start": 873186428,
            "stop": 873188070
        }
    ]
}