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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5042",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5040",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5041,
    "results": [
        {
            "start": 872662288,
            "stop": 872662403
        },
        {
            "start": 872663831,
            "stop": 872666128
        },
        {
            "start": 872666145,
            "stop": 872667421
        },
        {
            "start": 872667457,
            "stop": 872668590
        },
        {
            "start": 872669796,
            "stop": 872669880
        },
        {
            "start": 872669941,
            "stop": 872670418
        },
        {
            "start": 872670456,
            "stop": 872670462
        },
        {
            "start": 872670505,
            "stop": 872670939
        },
        {
            "start": 872670956,
            "stop": 872671357
        },
        {
            "start": 872671393,
            "stop": 872671869
        },
        {
            "start": 872671905,
            "stop": 872671919
        },
        {
            "start": 872671955,
            "stop": 872672534
        },
        {
            "start": 872673720,
            "stop": 872673900
        },
        {
            "start": 872673998,
            "stop": 872674108
        },
        {
            "start": 872674144,
            "stop": 872675760
        },
        {
            "start": 872675777,
            "stop": 872677317
        },
        {
            "start": 872677353,
            "stop": 872677570
        },
        {
            "start": 872677606,
            "stop": 872678219
        },
        {
            "start": 872678236,
            "stop": 872679314
        },
        {
            "start": 872679350,
            "stop": 872679493
        }
    ]
}