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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 9,
    "results": [
        {
            "start": 815755320,
            "stop": 815757705
        },
        {
            "start": 815772558,
            "stop": 815772638
        },
        {
            "start": 815772645,
            "stop": 815772886
        },
        {
            "start": 815772893,
            "stop": 815773380
        },
        {
            "start": 815773884,
            "stop": 815774457
        },
        {
            "start": 815774464,
            "stop": 815774930
        },
        {
            "start": 815775010,
            "stop": 815775182
        },
        {
            "start": 815775189,
            "stop": 815775305
        },
        {
            "start": 815775312,
            "stop": 815775736
        },
        {
            "start": 815775983,
            "stop": 815776103
        },
        {
            "start": 815776111,
            "stop": 815776158
        },
        {
            "start": 815776166,
            "stop": 815776475
        },
        {
            "start": 815776482,
            "stop": 815776493
        },
        {
            "start": 815776915,
            "stop": 815776993
        },
        {
            "start": 815777020,
            "stop": 815777022
        },
        {
            "start": 815780978,
            "stop": 815781213
        },
        {
            "start": 815781220,
            "stop": 815781590
        },
        {
            "start": 815781730,
            "stop": 815782320
        },
        {
            "start": 815782380,
            "stop": 815782570
        },
        {
            "start": 815782577,
            "stop": 815782670
        }
    ]
}