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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT3/segments?format=api&page=25",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 26,
    "results": [
        {
            "start": 1411478533,
            "stop": 1411485317
        },
        {
            "start": 1411489722,
            "stop": 1411495176
        },
        {
            "start": 1411500640,
            "stop": 1411503929
        },
        {
            "start": 1411505483,
            "stop": 1411505489
        },
        {
            "start": 1411532188,
            "stop": 1411532567
        },
        {
            "start": 1411537335,
            "stop": 1411539378
        },
        {
            "start": 1411539398,
            "stop": 1411553634
        },
        {
            "start": 1411553712,
            "stop": 1411568185
        },
        {
            "start": 1411574772,
            "stop": 1411585118
        },
        {
            "start": 1411589075,
            "stop": 1411624978
        },
        {
            "start": 1411632022,
            "stop": 1411634017
        },
        {
            "start": 1411641762,
            "stop": 1411645666
        },
        {
            "start": 1411650836,
            "stop": 1411652449
        },
        {
            "start": 1411656557,
            "stop": 1411663899
        },
        {
            "start": 1411679407,
            "stop": 1411687938
        },
        {
            "start": 1411695049,
            "stop": 1411707249
        },
        {
            "start": 1411712238,
            "stop": 1411713018
        },
        {
            "start": 1411713154,
            "stop": 1411722234
        },
        {
            "start": 1411728809,
            "stop": 1411745749
        },
        {
            "start": 1411756842,
            "stop": 1411763214
        }
    ]
}