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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=558",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=556",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 557,
    "results": [
        {
            "start": 833397446,
            "stop": 833414796
        },
        {
            "start": 833415832,
            "stop": 833425449
        },
        {
            "start": 833427109,
            "stop": 833446737
        },
        {
            "start": 833448607,
            "stop": 833451131
        },
        {
            "start": 833452115,
            "stop": 833498251
        },
        {
            "start": 833498256,
            "stop": 833574163
        },
        {
            "start": 833575168,
            "stop": 833576871
        },
        {
            "start": 833577477,
            "stop": 833578466
        },
        {
            "start": 833579192,
            "stop": 833580708
        },
        {
            "start": 833581326,
            "stop": 833582205
        },
        {
            "start": 833582211,
            "stop": 833641231
        },
        {
            "start": 833658790,
            "stop": 833658806
        },
        {
            "start": 833659775,
            "stop": 833663503
        },
        {
            "start": 833665479,
            "stop": 833681834
        },
        {
            "start": 833681839,
            "stop": 833681859
        },
        {
            "start": 833682895,
            "stop": 833688494
        },
        {
            "start": 833688501,
            "stop": 833703337
        },
        {
            "start": 833703342,
            "stop": 833718240
        },
        {
            "start": 833718245,
            "stop": 833728674
        },
        {
            "start": 833729398,
            "stop": 833731319
        }
    ]
}