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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3718",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3716",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3717,
    "results": [
        {
            "start": 971006802,
            "stop": 971006844
        },
        {
            "start": 971006850,
            "stop": 971006860
        },
        {
            "start": 971006863,
            "stop": 971006880
        },
        {
            "start": 971006883,
            "stop": 971006891
        },
        {
            "start": 971006894,
            "stop": 971006918
        },
        {
            "start": 971006921,
            "stop": 971006922
        },
        {
            "start": 971006925,
            "stop": 971006930
        },
        {
            "start": 971006934,
            "stop": 971006941
        },
        {
            "start": 971006944,
            "stop": 971006975
        },
        {
            "start": 971006978,
            "stop": 971006989
        },
        {
            "start": 971006992,
            "stop": 971007051
        },
        {
            "start": 971007054,
            "stop": 971007093
        },
        {
            "start": 971007096,
            "stop": 971007099
        },
        {
            "start": 971007102,
            "stop": 971007116
        },
        {
            "start": 971007121,
            "stop": 971007135
        },
        {
            "start": 971007138,
            "stop": 971007249
        },
        {
            "start": 971007252,
            "stop": 971007273
        },
        {
            "start": 971007276,
            "stop": 971007292
        },
        {
            "start": 971007295,
            "stop": 971007306
        },
        {
            "start": 971007309,
            "stop": 971007323
        }
    ]
}