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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT3/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT3/segments?format=api&page=2",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 3,
    "results": [
        {
            "start": 1397465461,
            "stop": 1397488011
        },
        {
            "start": 1397507640,
            "stop": 1397531118
        },
        {
            "start": 1397533305,
            "stop": 1397588476
        },
        {
            "start": 1397599673,
            "stop": 1397665173
        },
        {
            "start": 1397674274,
            "stop": 1397676457
        },
        {
            "start": 1397676869,
            "stop": 1397685626
        },
        {
            "start": 1397687394,
            "stop": 1397715210
        },
        {
            "start": 1397725975,
            "stop": 1397728505
        },
        {
            "start": 1397728839,
            "stop": 1397754013
        },
        {
            "start": 1397756141,
            "stop": 1397756145
        },
        {
            "start": 1397756181,
            "stop": 1397756432
        },
        {
            "start": 1397756435,
            "stop": 1397757085
        },
        {
            "start": 1397757952,
            "stop": 1397761466
        },
        {
            "start": 1397767430,
            "stop": 1397834408
        },
        {
            "start": 1397841105,
            "stop": 1397847841
        },
        {
            "start": 1397856616,
            "stop": 1397869968
        },
        {
            "start": 1397874381,
            "stop": 1397915953
        },
        {
            "start": 1397943555,
            "stop": 1397943597
        },
        {
            "start": 1397943726,
            "stop": 1397957460
        },
        {
            "start": 1397962514,
            "stop": 1398007834
        }
    ]
}