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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=144",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 145,
    "results": [
        {
            "start": 816843871,
            "stop": 816843872
        },
        {
            "start": 816843878,
            "stop": 816843879
        },
        {
            "start": 816843890,
            "stop": 816843892
        },
        {
            "start": 816843898,
            "stop": 816843899
        },
        {
            "start": 816843904,
            "stop": 816843940
        },
        {
            "start": 816843946,
            "stop": 816843949
        },
        {
            "start": 816843957,
            "stop": 816843959
        },
        {
            "start": 816843964,
            "stop": 816843966
        },
        {
            "start": 816843970,
            "stop": 816843979
        },
        {
            "start": 816843984,
            "stop": 816843987
        },
        {
            "start": 816843991,
            "stop": 816843993
        },
        {
            "start": 816843996,
            "stop": 816844010
        },
        {
            "start": 816844014,
            "stop": 816844017
        },
        {
            "start": 816844023,
            "stop": 816844025
        },
        {
            "start": 816844030,
            "stop": 816844032
        },
        {
            "start": 816844037,
            "stop": 816844039
        },
        {
            "start": 816844043,
            "stop": 816844047
        },
        {
            "start": 816844051,
            "stop": 816844069
        },
        {
            "start": 816844072,
            "stop": 816844079
        },
        {
            "start": 816844083,
            "stop": 816844087
        }
    ]
}