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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CW_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CW_CAT1/segments?format=api&page=19",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 20,
    "results": [
        {
            "start": 1382287987,
            "stop": 1382290176
        },
        {
            "start": 1382294130,
            "stop": 1382299822
        },
        {
            "start": 1382310220,
            "stop": 1382349602
        },
        {
            "start": 1382353102,
            "stop": 1382373753
        },
        {
            "start": 1382380242,
            "stop": 1382381855
        },
        {
            "start": 1382392741,
            "stop": 1382417356
        },
        {
            "start": 1382427849,
            "stop": 1382444233
        },
        {
            "start": 1382448668,
            "stop": 1382472112
        },
        {
            "start": 1382481265,
            "stop": 1382498659
        },
        {
            "start": 1382505258,
            "stop": 1382637885
        },
        {
            "start": 1382638712,
            "stop": 1382674548
        },
        {
            "start": 1382681927,
            "stop": 1382717150
        },
        {
            "start": 1382928002,
            "stop": 1382928147
        },
        {
            "start": 1382928761,
            "stop": 1382933303
        },
        {
            "start": 1382936357,
            "stop": 1382972692
        },
        {
            "start": 1382973491,
            "stop": 1382976184
        },
        {
            "start": 1382976202,
            "stop": 1383030809
        },
        {
            "start": 1383048742,
            "stop": 1383056189
        },
        {
            "start": 1383056932,
            "stop": 1383074221
        },
        {
            "start": 1383086646,
            "stop": 1383172395
        }
    ]
}