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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=59",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 60,
    "results": [
        {
            "start": 1370513467,
            "stop": 1370513951
        },
        {
            "start": 1370519397,
            "stop": 1370520904
        },
        {
            "start": 1370520905,
            "stop": 1370523382
        },
        {
            "start": 1370523384,
            "stop": 1370524721
        },
        {
            "start": 1370524723,
            "stop": 1370526519
        },
        {
            "start": 1370526520,
            "stop": 1370528383
        },
        {
            "start": 1370528384,
            "stop": 1370528791
        },
        {
            "start": 1370528793,
            "stop": 1370528945
        },
        {
            "start": 1370528950,
            "stop": 1370530498
        },
        {
            "start": 1370530499,
            "stop": 1370530994
        },
        {
            "start": 1370530996,
            "stop": 1370533072
        },
        {
            "start": 1370533073,
            "stop": 1370534513
        },
        {
            "start": 1370534515,
            "stop": 1370537022
        },
        {
            "start": 1370537024,
            "stop": 1370537724
        },
        {
            "start": 1370537726,
            "stop": 1370538971
        },
        {
            "start": 1370538972,
            "stop": 1370539896
        },
        {
            "start": 1370539898,
            "stop": 1370541026
        },
        {
            "start": 1370541028,
            "stop": 1370541657
        },
        {
            "start": 1370541659,
            "stop": 1370543364
        },
        {
            "start": 1370543366,
            "stop": 1370543671
        }
    ]
}