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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=690",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=688",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 689,
    "results": [
        {
            "start": 1248759667,
            "stop": 1248759675
        },
        {
            "start": 1248759679,
            "stop": 1248759680
        },
        {
            "start": 1248759685,
            "stop": 1248759700
        },
        {
            "start": 1248759707,
            "stop": 1248759714
        },
        {
            "start": 1248759723,
            "stop": 1248759756
        },
        {
            "start": 1248759769,
            "stop": 1248759780
        },
        {
            "start": 1248759785,
            "stop": 1248759787
        },
        {
            "start": 1248759792,
            "stop": 1248759798
        },
        {
            "start": 1248759801,
            "stop": 1248759849
        },
        {
            "start": 1248759854,
            "stop": 1248759862
        },
        {
            "start": 1248759870,
            "stop": 1248759885
        },
        {
            "start": 1248759887,
            "stop": 1248759889
        },
        {
            "start": 1248759895,
            "stop": 1248759946
        },
        {
            "start": 1248759948,
            "stop": 1248760003
        },
        {
            "start": 1248760006,
            "stop": 1248760011
        },
        {
            "start": 1248760013,
            "stop": 1248760078
        },
        {
            "start": 1248760082,
            "stop": 1248760099
        },
        {
            "start": 1248760104,
            "stop": 1248760133
        },
        {
            "start": 1248760134,
            "stop": 1248760155
        },
        {
            "start": 1248760160,
            "stop": 1248760185
        }
    ]
}