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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=176",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 177,
    "results": [
        {
            "start": 819868558,
            "stop": 819875181
        },
        {
            "start": 819875185,
            "stop": 819875220
        },
        {
            "start": 819875280,
            "stop": 819876504
        },
        {
            "start": 819876508,
            "stop": 819880645
        },
        {
            "start": 819880765,
            "stop": 819880776
        },
        {
            "start": 819882118,
            "stop": 819882569
        },
        {
            "start": 819882572,
            "stop": 819887123
        },
        {
            "start": 819888765,
            "stop": 819890295
        },
        {
            "start": 819890298,
            "stop": 819891562
        },
        {
            "start": 819891566,
            "stop": 819894193
        },
        {
            "start": 819894360,
            "stop": 819895810
        },
        {
            "start": 819895814,
            "stop": 819897196
        },
        {
            "start": 819897316,
            "stop": 819901444
        },
        {
            "start": 819901447,
            "stop": 819901632
        },
        {
            "start": 819902363,
            "stop": 819902876
        },
        {
            "start": 819902893,
            "stop": 819904440
        },
        {
            "start": 819904500,
            "stop": 819904980
        },
        {
            "start": 819905040,
            "stop": 819905520
        },
        {
            "start": 819905580,
            "stop": 819905640
        },
        {
            "start": 819905700,
            "stop": 819905882
        }
    ]
}