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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1793",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1791",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1792,
    "results": [
        {
            "start": 959618714,
            "stop": 959618800
        },
        {
            "start": 959618802,
            "stop": 959618830
        },
        {
            "start": 959618832,
            "stop": 959618880
        },
        {
            "start": 959626442,
            "stop": 959626706
        },
        {
            "start": 959626707,
            "stop": 959626712
        },
        {
            "start": 959626714,
            "stop": 959629580
        },
        {
            "start": 959629582,
            "stop": 959630529
        },
        {
            "start": 959631428,
            "stop": 959633864
        },
        {
            "start": 959633866,
            "stop": 959635981
        },
        {
            "start": 959659147,
            "stop": 959661125
        },
        {
            "start": 959661360,
            "stop": 959677372
        },
        {
            "start": 959677374,
            "stop": 959677743
        },
        {
            "start": 959677746,
            "stop": 959679222
        },
        {
            "start": 959679958,
            "stop": 959687413
        },
        {
            "start": 959687420,
            "stop": 959687431
        },
        {
            "start": 959691401,
            "stop": 959691860
        },
        {
            "start": 959691862,
            "stop": 959692043
        },
        {
            "start": 959692045,
            "stop": 959692050
        },
        {
            "start": 959692055,
            "stop": 959692070
        },
        {
            "start": 959693870,
            "stop": 959694728
        }
    ]
}