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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=133",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 134,
    "results": [
        {
            "start": 816984943,
            "stop": 816984968
        },
        {
            "start": 816984988,
            "stop": 816985108
        },
        {
            "start": 816985134,
            "stop": 816985214
        },
        {
            "start": 816985235,
            "stop": 816985243
        },
        {
            "start": 816985246,
            "stop": 816985430
        },
        {
            "start": 816985456,
            "stop": 816985478
        },
        {
            "start": 816985515,
            "stop": 816985746
        },
        {
            "start": 816985808,
            "stop": 816985810
        },
        {
            "start": 816985832,
            "stop": 816985834
        },
        {
            "start": 816985853,
            "stop": 816985958
        },
        {
            "start": 816985977,
            "stop": 816986058
        },
        {
            "start": 816986077,
            "stop": 816986086
        },
        {
            "start": 816986105,
            "stop": 816986243
        },
        {
            "start": 816986278,
            "stop": 816986506
        },
        {
            "start": 816986550,
            "stop": 816986602
        },
        {
            "start": 816986644,
            "stop": 816986669
        },
        {
            "start": 816986688,
            "stop": 816986816
        },
        {
            "start": 816986866,
            "stop": 816986941
        },
        {
            "start": 816986986,
            "stop": 816987063
        },
        {
            "start": 816987106,
            "stop": 816987287
        }
    ]
}