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=105
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=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=104",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 105,
    "results": [
        {
            "start": 816927928,
            "stop": 816927940
        },
        {
            "start": 816927989,
            "stop": 816928008
        },
        {
            "start": 816928043,
            "stop": 816928086
        },
        {
            "start": 816928148,
            "stop": 816928159
        },
        {
            "start": 816928186,
            "stop": 816928308
        },
        {
            "start": 816928342,
            "stop": 816928360
        },
        {
            "start": 816928423,
            "stop": 816928544
        },
        {
            "start": 816928596,
            "stop": 816928703
        },
        {
            "start": 816928726,
            "stop": 816928752
        },
        {
            "start": 816928774,
            "stop": 816928862
        },
        {
            "start": 816928903,
            "stop": 816928993
        },
        {
            "start": 816929014,
            "stop": 816929018
        },
        {
            "start": 816929043,
            "stop": 816929047
        },
        {
            "start": 816929066,
            "stop": 816929158
        },
        {
            "start": 816929198,
            "stop": 816929250
        },
        {
            "start": 816929297,
            "stop": 816929311
        },
        {
            "start": 816929331,
            "stop": 816929361
        },
        {
            "start": 816929429,
            "stop": 816929516
        },
        {
            "start": 816929538,
            "stop": 816929570
        },
        {
            "start": 816929606,
            "stop": 816929614
        }
    ]
}