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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=151",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 152,
    "results": [
        {
            "start": 1418342746,
            "stop": 1418359037
        },
        {
            "start": 1418359042,
            "stop": 1418360425
        },
        {
            "start": 1418360430,
            "stop": 1418361064
        },
        {
            "start": 1418361067,
            "stop": 1418362387
        },
        {
            "start": 1418365607,
            "stop": 1418366450
        },
        {
            "start": 1418366454,
            "stop": 1418369314
        },
        {
            "start": 1418369319,
            "stop": 1418383811
        },
        {
            "start": 1418383816,
            "stop": 1418389982
        },
        {
            "start": 1418389985,
            "stop": 1418392068
        },
        {
            "start": 1418392073,
            "stop": 1418393177
        },
        {
            "start": 1418393180,
            "stop": 1418401042
        },
        {
            "start": 1418401047,
            "stop": 1418401485
        },
        {
            "start": 1418401489,
            "stop": 1418401840
        },
        {
            "start": 1418414793,
            "stop": 1418416022
        },
        {
            "start": 1418416028,
            "stop": 1418417130
        },
        {
            "start": 1418417135,
            "stop": 1418420272
        },
        {
            "start": 1418420277,
            "stop": 1418420341
        },
        {
            "start": 1418420346,
            "stop": 1418422017
        },
        {
            "start": 1418422022,
            "stop": 1418424892
        },
        {
            "start": 1418424897,
            "stop": 1418429602
        }
    ]
}