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=317
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=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=316",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 317,
    "results": [
        {
            "start": 821351659,
            "stop": 821351672
        },
        {
            "start": 821351675,
            "stop": 821351685
        },
        {
            "start": 821351688,
            "stop": 821351722
        },
        {
            "start": 821351728,
            "stop": 821351788
        },
        {
            "start": 821351791,
            "stop": 821351833
        },
        {
            "start": 821351836,
            "stop": 821351866
        },
        {
            "start": 821351869,
            "stop": 821352119
        },
        {
            "start": 821352122,
            "stop": 821352193
        },
        {
            "start": 821352196,
            "stop": 821352216
        },
        {
            "start": 821352219,
            "stop": 821352223
        },
        {
            "start": 821352226,
            "stop": 821352244
        },
        {
            "start": 821352247,
            "stop": 821352656
        },
        {
            "start": 821352659,
            "stop": 821352717
        },
        {
            "start": 821352721,
            "stop": 821352735
        },
        {
            "start": 821352738,
            "stop": 821352810
        },
        {
            "start": 821352813,
            "stop": 821352870
        },
        {
            "start": 821352873,
            "stop": 821353006
        },
        {
            "start": 821353009,
            "stop": 821353012
        },
        {
            "start": 821353015,
            "stop": 821353073
        },
        {
            "start": 821353076,
            "stop": 821353104
        }
    ]
}