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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=205",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 206,
    "results": [
        {
            "start": 931705118,
            "stop": 931705128
        },
        {
            "start": 931705130,
            "stop": 931705131
        },
        {
            "start": 931705133,
            "stop": 931705172
        },
        {
            "start": 931705174,
            "stop": 931705175
        },
        {
            "start": 931705176,
            "stop": 931705212
        },
        {
            "start": 931705214,
            "stop": 931705224
        },
        {
            "start": 931705226,
            "stop": 931705227
        },
        {
            "start": 931705235,
            "stop": 931705236
        },
        {
            "start": 931705238,
            "stop": 931705248
        },
        {
            "start": 931705250,
            "stop": 931705251
        },
        {
            "start": 931705255,
            "stop": 931705256
        },
        {
            "start": 931705260,
            "stop": 931705263
        },
        {
            "start": 931705265,
            "stop": 931705266
        },
        {
            "start": 931705270,
            "stop": 931705271
        },
        {
            "start": 931705275,
            "stop": 931705283
        },
        {
            "start": 931705284,
            "stop": 931705286
        },
        {
            "start": 931705288,
            "stop": 931705294
        },
        {
            "start": 931705301,
            "stop": 931705306
        },
        {
            "start": 931705309,
            "stop": 931705310
        },
        {
            "start": 931705312,
            "stop": 931705321
        }
    ]
}