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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3756",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3754",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3755,
    "results": [
        {
            "start": 872996185,
            "stop": 872996186
        },
        {
            "start": 872996194,
            "stop": 872996221
        },
        {
            "start": 872996224,
            "stop": 872996227
        },
        {
            "start": 872996231,
            "stop": 872996232
        },
        {
            "start": 872996241,
            "stop": 872996243
        },
        {
            "start": 872996249,
            "stop": 872996302
        },
        {
            "start": 872996310,
            "stop": 872996321
        },
        {
            "start": 872996324,
            "stop": 872996325
        },
        {
            "start": 872996330,
            "stop": 872996371
        },
        {
            "start": 872996377,
            "stop": 872996382
        },
        {
            "start": 872996386,
            "stop": 872996394
        },
        {
            "start": 872996397,
            "stop": 872996399
        },
        {
            "start": 872996402,
            "stop": 872996826
        },
        {
            "start": 872996829,
            "stop": 872997124
        },
        {
            "start": 872997127,
            "stop": 872997138
        },
        {
            "start": 872997143,
            "stop": 872997153
        },
        {
            "start": 872997159,
            "stop": 872997205
        },
        {
            "start": 872997208,
            "stop": 872997217
        },
        {
            "start": 872997220,
            "stop": 872997266
        },
        {
            "start": 872997269,
            "stop": 872997312
        }
    ]
}