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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33243",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33241",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33242,
    "results": [
        {
            "start": 970983626,
            "stop": 970983638
        },
        {
            "start": 970983639,
            "stop": 970983653
        },
        {
            "start": 970983655,
            "stop": 970983714
        },
        {
            "start": 970983717,
            "stop": 970983742
        },
        {
            "start": 970983743,
            "stop": 970983802
        },
        {
            "start": 970983805,
            "stop": 970983815
        },
        {
            "start": 970983816,
            "stop": 970983836
        },
        {
            "start": 970983839,
            "stop": 970983846
        },
        {
            "start": 970983847,
            "stop": 970983850
        },
        {
            "start": 970983852,
            "stop": 970983873
        },
        {
            "start": 970983874,
            "stop": 970983883
        },
        {
            "start": 970983886,
            "stop": 970983926
        },
        {
            "start": 970983927,
            "stop": 970983937
        },
        {
            "start": 970983938,
            "stop": 970983953
        },
        {
            "start": 970983954,
            "stop": 970983963
        },
        {
            "start": 970983964,
            "stop": 970983966
        },
        {
            "start": 970983968,
            "stop": 970984012
        },
        {
            "start": 970984015,
            "stop": 970984062
        },
        {
            "start": 970984063,
            "stop": 970984073
        },
        {
            "start": 970984074,
            "stop": 970984157
        }
    ]
}