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=257
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=258",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=256",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 257,
    "results": [
        {
            "start": 931601891,
            "stop": 931601920
        },
        {
            "start": 931601921,
            "stop": 931602003
        },
        {
            "start": 931602004,
            "stop": 931602157
        },
        {
            "start": 931602158,
            "stop": 931602162
        },
        {
            "start": 931602163,
            "stop": 931602177
        },
        {
            "start": 931602178,
            "stop": 931602182
        },
        {
            "start": 931602183,
            "stop": 931602197
        },
        {
            "start": 931602198,
            "stop": 931602222
        },
        {
            "start": 931602223,
            "stop": 931602232
        },
        {
            "start": 931602233,
            "stop": 931602502
        },
        {
            "start": 931602503,
            "stop": 931602606
        },
        {
            "start": 931602607,
            "stop": 931602612
        },
        {
            "start": 931602613,
            "stop": 931602624
        },
        {
            "start": 931602625,
            "stop": 931602627
        },
        {
            "start": 931602628,
            "stop": 931602777
        },
        {
            "start": 931602778,
            "stop": 931602901
        },
        {
            "start": 931602903,
            "stop": 931602923
        },
        {
            "start": 931602926,
            "stop": 931603032
        },
        {
            "start": 931603033,
            "stop": 931603147
        },
        {
            "start": 931603148,
            "stop": 931603172
        }
    ]
}