Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=338
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=339",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=337",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 338,
    "results": [
        {
            "start": 931781867,
            "stop": 931781873
        },
        {
            "start": 931781875,
            "stop": 931781896
        },
        {
            "start": 931781898,
            "stop": 931781907
        },
        {
            "start": 931781914,
            "stop": 931781921
        },
        {
            "start": 931781922,
            "stop": 931781929
        },
        {
            "start": 931781931,
            "stop": 931781932
        },
        {
            "start": 931781934,
            "stop": 931781949
        },
        {
            "start": 931781950,
            "stop": 931781993
        },
        {
            "start": 931781995,
            "stop": 931782031
        },
        {
            "start": 931782035,
            "stop": 931782051
        },
        {
            "start": 931782053,
            "stop": 931782058
        },
        {
            "start": 931782060,
            "stop": 931782140
        },
        {
            "start": 931782142,
            "stop": 931782185
        },
        {
            "start": 931782189,
            "stop": 931782257
        },
        {
            "start": 931782258,
            "stop": 931782268
        },
        {
            "start": 931782269,
            "stop": 931782295
        },
        {
            "start": 931782297,
            "stop": 931782298
        },
        {
            "start": 931782300,
            "stop": 931782302
        },
        {
            "start": 931782306,
            "stop": 931782316
        },
        {
            "start": 931782318,
            "stop": 931782319
        }
    ]
}