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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=284",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 285,
    "results": [
        {
            "start": 1377331108,
            "stop": 1377331325
        },
        {
            "start": 1377331327,
            "stop": 1377331913
        },
        {
            "start": 1377331916,
            "stop": 1377332104
        },
        {
            "start": 1377332106,
            "stop": 1377333001
        },
        {
            "start": 1377333003,
            "stop": 1377333304
        },
        {
            "start": 1377333306,
            "stop": 1377334184
        },
        {
            "start": 1377334185,
            "stop": 1377335143
        },
        {
            "start": 1377335144,
            "stop": 1377335846
        },
        {
            "start": 1377335848,
            "stop": 1377336130
        },
        {
            "start": 1377336132,
            "stop": 1377337603
        },
        {
            "start": 1377337605,
            "stop": 1377338011
        },
        {
            "start": 1377338013,
            "stop": 1377338499
        },
        {
            "start": 1377338500,
            "stop": 1377340079
        },
        {
            "start": 1377340084,
            "stop": 1377340177
        },
        {
            "start": 1377340179,
            "stop": 1377340902
        },
        {
            "start": 1377340903,
            "stop": 1377341761
        },
        {
            "start": 1377341763,
            "stop": 1377341824
        },
        {
            "start": 1377341827,
            "stop": 1377343297
        },
        {
            "start": 1377343298,
            "stop": 1377343854
        },
        {
            "start": 1377343856,
            "stop": 1377345312
        }
    ]
}