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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=292",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 293,
    "results": [
        {
            "start": 858395761,
            "stop": 858420894
        },
        {
            "start": 858420898,
            "stop": 858420904
        },
        {
            "start": 858420908,
            "stop": 858428787
        },
        {
            "start": 858428791,
            "stop": 858428797
        },
        {
            "start": 858428801,
            "stop": 858428970
        },
        {
            "start": 858428993,
            "stop": 858428998
        },
        {
            "start": 858429002,
            "stop": 858429056
        },
        {
            "start": 858429060,
            "stop": 858429090
        },
        {
            "start": 858429098,
            "stop": 858429142
        },
        {
            "start": 858429146,
            "stop": 858430996
        },
        {
            "start": 858431058,
            "stop": 858431505
        },
        {
            "start": 858431518,
            "stop": 858431525
        },
        {
            "start": 858431529,
            "stop": 858431540
        },
        {
            "start": 858431543,
            "stop": 858431634
        },
        {
            "start": 858431647,
            "stop": 858431653
        },
        {
            "start": 858431658,
            "stop": 858432450
        },
        {
            "start": 858432453,
            "stop": 858432459
        },
        {
            "start": 858432463,
            "stop": 858436342
        },
        {
            "start": 858436351,
            "stop": 858436380
        },
        {
            "start": 858436388,
            "stop": 858436399
        }
    ]
}