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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=295",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 296,
    "results": [
        {
            "start": 931541142,
            "stop": 931541149
        },
        {
            "start": 931541150,
            "stop": 931541153
        },
        {
            "start": 931541154,
            "stop": 931541165
        },
        {
            "start": 931541167,
            "stop": 931541179
        },
        {
            "start": 931541181,
            "stop": 931541182
        },
        {
            "start": 931541185,
            "stop": 931541188
        },
        {
            "start": 931541189,
            "stop": 931541208
        },
        {
            "start": 931541209,
            "stop": 931541212
        },
        {
            "start": 931541214,
            "stop": 931541216
        },
        {
            "start": 931541217,
            "stop": 931541227
        },
        {
            "start": 931541229,
            "stop": 931541232
        },
        {
            "start": 931541234,
            "stop": 931541240
        },
        {
            "start": 931541241,
            "stop": 931541246
        },
        {
            "start": 931541247,
            "stop": 931541261
        },
        {
            "start": 931541263,
            "stop": 931541274
        },
        {
            "start": 931541277,
            "stop": 931541307
        },
        {
            "start": 931541311,
            "stop": 931541318
        },
        {
            "start": 931541320,
            "stop": 931541323
        },
        {
            "start": 931541325,
            "stop": 931541338
        },
        {
            "start": 931541342,
            "stop": 931541365
        }
    ]
}