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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5133",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5134,
    "results": [
        {
            "start": 874702886,
            "stop": 874702890
        },
        {
            "start": 874702908,
            "stop": 874702933
        },
        {
            "start": 874702942,
            "stop": 874703004
        },
        {
            "start": 874703011,
            "stop": 874703020
        },
        {
            "start": 874703027,
            "stop": 874703028
        },
        {
            "start": 874703038,
            "stop": 874703048
        },
        {
            "start": 874703055,
            "stop": 874703109
        },
        {
            "start": 874703121,
            "stop": 874703159
        },
        {
            "start": 874703166,
            "stop": 874703184
        },
        {
            "start": 874703192,
            "stop": 874703194
        },
        {
            "start": 874703204,
            "stop": 874703215
        },
        {
            "start": 874703222,
            "stop": 874703227
        },
        {
            "start": 874703251,
            "stop": 874703252
        },
        {
            "start": 874703259,
            "stop": 874703286
        },
        {
            "start": 874703293,
            "stop": 874703302
        },
        {
            "start": 874703314,
            "stop": 874703373
        },
        {
            "start": 874703380,
            "stop": 874703384
        },
        {
            "start": 874703391,
            "stop": 874703439
        },
        {
            "start": 874703447,
            "stop": 874703465
        },
        {
            "start": 874703472,
            "stop": 874703482
        }
    ]
}