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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=6",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 7,
    "results": [
        {
            "start": 1369291079,
            "stop": 1369291129
        },
        {
            "start": 1369291134,
            "stop": 1369291140
        },
        {
            "start": 1369291145,
            "stop": 1369291161
        },
        {
            "start": 1369291166,
            "stop": 1369291366
        },
        {
            "start": 1369291371,
            "stop": 1369291536
        },
        {
            "start": 1369291541,
            "stop": 1369291775
        },
        {
            "start": 1369291780,
            "stop": 1369291873
        },
        {
            "start": 1369291878,
            "stop": 1369291947
        },
        {
            "start": 1369291952,
            "stop": 1369291971
        },
        {
            "start": 1369291976,
            "stop": 1369292002
        },
        {
            "start": 1369292007,
            "stop": 1369292028
        },
        {
            "start": 1369292033,
            "stop": 1369292102
        },
        {
            "start": 1369292107,
            "stop": 1369292215
        },
        {
            "start": 1369292220,
            "stop": 1369292249
        },
        {
            "start": 1369292257,
            "stop": 1369292271
        },
        {
            "start": 1369292276,
            "stop": 1369292466
        },
        {
            "start": 1369299302,
            "stop": 1369302424
        },
        {
            "start": 1369302429,
            "stop": 1369305306
        },
        {
            "start": 1369305311,
            "stop": 1369310569
        },
        {
            "start": 1369310574,
            "stop": 1369317336
        }
    ]
}