Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=117
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=116",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 117,
    "results": [
        {
            "start": 819875185,
            "stop": 819876504
        },
        {
            "start": 819876508,
            "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": 819901444
        },
        {
            "start": 819901447,
            "stop": 819901632
        },
        {
            "start": 819902363,
            "stop": 819902876
        },
        {
            "start": 819902893,
            "stop": 819905882
        },
        {
            "start": 819905886,
            "stop": 819907002
        },
        {
            "start": 819907019,
            "stop": 819907055
        },
        {
            "start": 819907072,
            "stop": 819907214
        },
        {
            "start": 819907231,
            "stop": 819907234
        },
        {
            "start": 819907251,
            "stop": 819909116
        },
        {
            "start": 819909314,
            "stop": 819909571
        },
        {
            "start": 819909588,
            "stop": 819910775
        },
        {
            "start": 819910778,
            "stop": 819911292
        }
    ]
}