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=176
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=177",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=175",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 176,
    "results": [
        {
            "start": 1374065077,
            "stop": 1374065835
        },
        {
            "start": 1374065837,
            "stop": 1374066928
        },
        {
            "start": 1374066930,
            "stop": 1374067536
        },
        {
            "start": 1374067538,
            "stop": 1374068753
        },
        {
            "start": 1374068754,
            "stop": 1374069715
        },
        {
            "start": 1374069717,
            "stop": 1374070911
        },
        {
            "start": 1374070913,
            "stop": 1374071032
        },
        {
            "start": 1374071036,
            "stop": 1374071627
        },
        {
            "start": 1374071629,
            "stop": 1374072905
        },
        {
            "start": 1374072906,
            "stop": 1374073452
        },
        {
            "start": 1374073454,
            "stop": 1374075231
        },
        {
            "start": 1374075233,
            "stop": 1374075855
        },
        {
            "start": 1374075857,
            "stop": 1374077370
        },
        {
            "start": 1374077371,
            "stop": 1374078013
        },
        {
            "start": 1374078015,
            "stop": 1374080593
        },
        {
            "start": 1374080595,
            "stop": 1374082866
        },
        {
            "start": 1374082868,
            "stop": 1374084946
        },
        {
            "start": 1374084948,
            "stop": 1374086084
        },
        {
            "start": 1374086086,
            "stop": 1374086683
        },
        {
            "start": 1374086684,
            "stop": 1374087112
        }
    ]
}