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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29330",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29328",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29329,
    "results": [
        {
            "start": 971242853,
            "stop": 971242874
        },
        {
            "start": 971242875,
            "stop": 971242876
        },
        {
            "start": 971242877,
            "stop": 971242879
        },
        {
            "start": 971242882,
            "stop": 971242896
        },
        {
            "start": 971242898,
            "stop": 971242901
        },
        {
            "start": 971242903,
            "stop": 971242985
        },
        {
            "start": 971242987,
            "stop": 971242989
        },
        {
            "start": 971242992,
            "stop": 971242994
        },
        {
            "start": 971242996,
            "stop": 971243012
        },
        {
            "start": 971243013,
            "stop": 971243035
        },
        {
            "start": 971243036,
            "stop": 971243060
        },
        {
            "start": 971243064,
            "stop": 971243082
        },
        {
            "start": 971243084,
            "stop": 971243106
        },
        {
            "start": 971243108,
            "stop": 971243144
        },
        {
            "start": 971243145,
            "stop": 971243148
        },
        {
            "start": 971243150,
            "stop": 971243162
        },
        {
            "start": 971243163,
            "stop": 971243167
        },
        {
            "start": 971243169,
            "stop": 971243173
        },
        {
            "start": 971243177,
            "stop": 971243181
        },
        {
            "start": 971243183,
            "stop": 971243187
        }
    ]
}