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=1678
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=1679",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1677",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1678,
    "results": [
        {
            "start": 957440321,
            "stop": 957440334
        },
        {
            "start": 957440338,
            "stop": 957440396
        },
        {
            "start": 957440401,
            "stop": 957440424
        },
        {
            "start": 957440427,
            "stop": 957441131
        },
        {
            "start": 957441133,
            "stop": 957441220
        },
        {
            "start": 957441225,
            "stop": 957441234
        },
        {
            "start": 957445564,
            "stop": 957447832
        },
        {
            "start": 957447835,
            "stop": 957447836
        },
        {
            "start": 957447838,
            "stop": 957447840
        },
        {
            "start": 957447842,
            "stop": 957447917
        },
        {
            "start": 957447919,
            "stop": 957449244
        },
        {
            "start": 957449246,
            "stop": 957449826
        },
        {
            "start": 957449827,
            "stop": 957450213
        },
        {
            "start": 957450215,
            "stop": 957450275
        },
        {
            "start": 957450283,
            "stop": 957450295
        },
        {
            "start": 957450297,
            "stop": 957450747
        },
        {
            "start": 957450749,
            "stop": 957451497
        },
        {
            "start": 957451499,
            "stop": 957453018
        },
        {
            "start": 957453020,
            "stop": 957453848
        },
        {
            "start": 957453850,
            "stop": 957454048
        }
    ]
}