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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8347",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8348,
    "results": [
        {
            "start": 874624437,
            "stop": 874625431
        },
        {
            "start": 874625476,
            "stop": 874625670
        },
        {
            "start": 874625689,
            "stop": 874625790
        },
        {
            "start": 874625809,
            "stop": 874625973
        },
        {
            "start": 874625994,
            "stop": 874626037
        },
        {
            "start": 874626056,
            "stop": 874626211
        },
        {
            "start": 874626230,
            "stop": 874626540
        },
        {
            "start": 874626780,
            "stop": 874626900
        },
        {
            "start": 874627020,
            "stop": 874627140
        },
        {
            "start": 874627200,
            "stop": 874627440
        },
        {
            "start": 874627560,
            "stop": 874627571
        },
        {
            "start": 874627590,
            "stop": 874627620
        },
        {
            "start": 874627680,
            "stop": 874628400
        },
        {
            "start": 874628460,
            "stop": 874630927
        },
        {
            "start": 874630946,
            "stop": 874631297
        },
        {
            "start": 874631316,
            "stop": 874632117
        },
        {
            "start": 874632136,
            "stop": 874632810
        },
        {
            "start": 874632831,
            "stop": 874632876
        },
        {
            "start": 874632895,
            "stop": 874633385
        },
        {
            "start": 874633404,
            "stop": 874634037
        }
    ]
}