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=29301
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=29302",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29300",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29301,
    "results": [
        {
            "start": 971181015,
            "stop": 971181017
        },
        {
            "start": 971181019,
            "stop": 971181020
        },
        {
            "start": 971181022,
            "stop": 971181024
        },
        {
            "start": 971181028,
            "stop": 971181032
        },
        {
            "start": 971181040,
            "stop": 971181044
        },
        {
            "start": 971181051,
            "stop": 971181052
        },
        {
            "start": 971181053,
            "stop": 971181058
        },
        {
            "start": 971181064,
            "stop": 971181072
        },
        {
            "start": 971181074,
            "stop": 971181075
        },
        {
            "start": 971181076,
            "stop": 971181077
        },
        {
            "start": 971181078,
            "stop": 971181081
        },
        {
            "start": 971181083,
            "stop": 971181090
        },
        {
            "start": 971181095,
            "stop": 971181098
        },
        {
            "start": 971181101,
            "stop": 971181102
        },
        {
            "start": 971181103,
            "stop": 971181104
        },
        {
            "start": 971181111,
            "stop": 971181113
        },
        {
            "start": 971181114,
            "stop": 971181115
        },
        {
            "start": 971181116,
            "stop": 971181122
        },
        {
            "start": 971181125,
            "stop": 971181127
        },
        {
            "start": 971181130,
            "stop": 971181133
        }
    ]
}