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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9825",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9823",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9824,
    "results": [
        {
            "start": 873778047,
            "stop": 873778795
        },
        {
            "start": 873778812,
            "stop": 873778919
        },
        {
            "start": 873778936,
            "stop": 873779166
        },
        {
            "start": 873779183,
            "stop": 873779229
        },
        {
            "start": 873779246,
            "stop": 873780830
        },
        {
            "start": 873780847,
            "stop": 873783480
        },
        {
            "start": 873783540,
            "stop": 873783779
        },
        {
            "start": 873783796,
            "stop": 873783985
        },
        {
            "start": 873784105,
            "stop": 873784273
        },
        {
            "start": 873784290,
            "stop": 873784348
        },
        {
            "start": 873784365,
            "stop": 873784759
        },
        {
            "start": 873784763,
            "stop": 873785812
        },
        {
            "start": 873786171,
            "stop": 873786180
        },
        {
            "start": 873788280,
            "stop": 873788400
        },
        {
            "start": 873791340,
            "stop": 873791400
        },
        {
            "start": 873791940,
            "stop": 873792000
        },
        {
            "start": 873793020,
            "stop": 873793140
        },
        {
            "start": 873793320,
            "stop": 873793740
        },
        {
            "start": 873793800,
            "stop": 873794100
        },
        {
            "start": 873794160,
            "stop": 873796777
        }
    ]
}