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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=260",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 261,
    "results": [
        {
            "start": 1262698825,
            "stop": 1262698827
        },
        {
            "start": 1262698832,
            "stop": 1262698863
        },
        {
            "start": 1262698865,
            "stop": 1262698914
        },
        {
            "start": 1262698916,
            "stop": 1262698968
        },
        {
            "start": 1262698970,
            "stop": 1262698981
        },
        {
            "start": 1262698984,
            "stop": 1262699036
        },
        {
            "start": 1262699039,
            "stop": 1262699040
        },
        {
            "start": 1262699041,
            "stop": 1262699055
        },
        {
            "start": 1262699057,
            "stop": 1262699118
        },
        {
            "start": 1262699123,
            "stop": 1262699129
        },
        {
            "start": 1262699134,
            "stop": 1262699147
        },
        {
            "start": 1262699149,
            "stop": 1262699198
        },
        {
            "start": 1262699199,
            "stop": 1262699223
        },
        {
            "start": 1262699225,
            "stop": 1262699227
        },
        {
            "start": 1262699229,
            "stop": 1262699233
        },
        {
            "start": 1262699235,
            "stop": 1262699266
        },
        {
            "start": 1262699269,
            "stop": 1262699302
        },
        {
            "start": 1262699304,
            "stop": 1262699359
        },
        {
            "start": 1262699364,
            "stop": 1262699366
        },
        {
            "start": 1262699370,
            "stop": 1262699394
        }
    ]
}