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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CW_CAT1/segments?format=api&page=18",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 19,
    "results": [
        {
            "start": 1381255348,
            "stop": 1381377907
        },
        {
            "start": 1381395688,
            "stop": 1381429070
        },
        {
            "start": 1381433900,
            "stop": 1381491966
        },
        {
            "start": 1381498703,
            "stop": 1381508635
        },
        {
            "start": 1381522455,
            "stop": 1381559217
        },
        {
            "start": 1381565830,
            "stop": 1381586724
        },
        {
            "start": 1381605335,
            "stop": 1381612690
        },
        {
            "start": 1381612834,
            "stop": 1381618129
        },
        {
            "start": 1381618561,
            "stop": 1381690862
        },
        {
            "start": 1381705570,
            "stop": 1381757268
        },
        {
            "start": 1381759506,
            "stop": 1381780792
        },
        {
            "start": 1381780979,
            "stop": 1381868060
        },
        {
            "start": 1381878522,
            "stop": 1381944773
        },
        {
            "start": 1381949065,
            "stop": 1381984866
        },
        {
            "start": 1381996587,
            "stop": 1382041839
        },
        {
            "start": 1382122908,
            "stop": 1382134516
        },
        {
            "start": 1382147460,
            "stop": 1382175338
        },
        {
            "start": 1382224173,
            "stop": 1382253580
        },
        {
            "start": 1382259592,
            "stop": 1382260974
        },
        {
            "start": 1382270420,
            "stop": 1382285175
        }
    ]
}