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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=80",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 81,
    "results": [
        {
            "start": 816858044,
            "stop": 816862060
        },
        {
            "start": 816862067,
            "stop": 816865191
        },
        {
            "start": 816865224,
            "stop": 816865259
        },
        {
            "start": 816865341,
            "stop": 816865768
        },
        {
            "start": 816865775,
            "stop": 816867823
        },
        {
            "start": 816868004,
            "stop": 816868423
        },
        {
            "start": 816868430,
            "stop": 816871492
        },
        {
            "start": 816871505,
            "stop": 816876403
        },
        {
            "start": 816876584,
            "stop": 816877790
        },
        {
            "start": 816877798,
            "stop": 816879456
        },
        {
            "start": 816879464,
            "stop": 816879646
        },
        {
            "start": 816879659,
            "stop": 816881843
        },
        {
            "start": 816881855,
            "stop": 816882883
        },
        {
            "start": 816883064,
            "stop": 816883959
        },
        {
            "start": 816883966,
            "stop": 816884139
        },
        {
            "start": 816884146,
            "stop": 816885501
        },
        {
            "start": 816885508,
            "stop": 816886903
        },
        {
            "start": 816886910,
            "stop": 816888069
        },
        {
            "start": 816888082,
            "stop": 816889531
        },
        {
            "start": 816889538,
            "stop": 816890711
        }
    ]
}