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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=136",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 137,
    "results": [
        {
            "start": 1380438132,
            "stop": 1380447269
        },
        {
            "start": 1380447274,
            "stop": 1380450830
        },
        {
            "start": 1380450835,
            "stop": 1380452839
        },
        {
            "start": 1380452844,
            "stop": 1380455189
        },
        {
            "start": 1380466050,
            "stop": 1380469622
        },
        {
            "start": 1380469627,
            "stop": 1380471214
        },
        {
            "start": 1380471219,
            "stop": 1380472481
        },
        {
            "start": 1380472486,
            "stop": 1380472502
        },
        {
            "start": 1380472507,
            "stop": 1380476784
        },
        {
            "start": 1380476789,
            "stop": 1380476822
        },
        {
            "start": 1380476827,
            "stop": 1380480294
        },
        {
            "start": 1380480299,
            "stop": 1380481142
        },
        {
            "start": 1380481147,
            "stop": 1380481375
        },
        {
            "start": 1380494808,
            "stop": 1380499090
        },
        {
            "start": 1380499095,
            "stop": 1380502043
        },
        {
            "start": 1380502048,
            "stop": 1380503851
        },
        {
            "start": 1380503856,
            "stop": 1380507551
        },
        {
            "start": 1380507556,
            "stop": 1380510679
        },
        {
            "start": 1380510684,
            "stop": 1380522986
        },
        {
            "start": 1380522991,
            "stop": 1380525603
        }
    ]
}