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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=234",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 235,
    "results": [
        {
            "start": 820881757,
            "stop": 820881768
        },
        {
            "start": 820881771,
            "stop": 820881812
        },
        {
            "start": 820881815,
            "stop": 820881931
        },
        {
            "start": 820881935,
            "stop": 820882064
        },
        {
            "start": 820882245,
            "stop": 820882484
        },
        {
            "start": 820882665,
            "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": 820884357
        },
        {
            "start": 820885083,
            "stop": 820885543
        },
        {
            "start": 820885546,
            "stop": 820885820
        },
        {
            "start": 820885823,
            "stop": 820886029
        },
        {
            "start": 820886032,
            "stop": 820886075
        },
        {
            "start": 820886078,
            "stop": 820886323
        },
        {
            "start": 820886327,
            "stop": 820886395
        },
        {
            "start": 820886398,
            "stop": 820886681
        }
    ]
}