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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=258",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 259,
    "results": [
        {
            "start": 820881757,
            "stop": 820881768
        },
        {
            "start": 820881771,
            "stop": 820881812
        },
        {
            "start": 820881815,
            "stop": 820881931
        },
        {
            "start": 820881935,
            "stop": 820882238
        },
        {
            "start": 820882241,
            "stop": 820882485
        },
        {
            "start": 820882488,
            "stop": 820882876
        },
        {
            "start": 820882880,
            "stop": 820883322
        },
        {
            "start": 820883326,
            "stop": 820883355
        },
        {
            "start": 820883358,
            "stop": 820883412
        },
        {
            "start": 820883415,
            "stop": 820883434
        },
        {
            "start": 820883437,
            "stop": 820883494
        },
        {
            "start": 820883498,
            "stop": 820884131
        },
        {
            "start": 820884134,
            "stop": 820884330
        },
        {
            "start": 820884677,
            "stop": 820884683
        },
        {
            "start": 820885083,
            "stop": 820885543
        },
        {
            "start": 820885546,
            "stop": 820885820
        },
        {
            "start": 820885823,
            "stop": 820886029
        },
        {
            "start": 820886032,
            "stop": 820886075
        },
        {
            "start": 820886078,
            "stop": 820886323
        },
        {
            "start": 820886327,
            "stop": 820886395
        }
    ]
}