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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=961",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=959",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 960,
    "results": [
        {
            "start": 1251690021,
            "stop": 1251690095
        },
        {
            "start": 1251690100,
            "stop": 1251690121
        },
        {
            "start": 1251690125,
            "stop": 1251690134
        },
        {
            "start": 1251690139,
            "stop": 1251690337
        },
        {
            "start": 1251690342,
            "stop": 1251690548
        },
        {
            "start": 1251690553,
            "stop": 1251690572
        },
        {
            "start": 1251690577,
            "stop": 1251690590
        },
        {
            "start": 1251690595,
            "stop": 1251690604
        },
        {
            "start": 1251690609,
            "stop": 1251690662
        },
        {
            "start": 1251690667,
            "stop": 1251690678
        },
        {
            "start": 1251690681,
            "stop": 1251690709
        },
        {
            "start": 1251690713,
            "stop": 1251690715
        },
        {
            "start": 1251690718,
            "stop": 1251690754
        },
        {
            "start": 1251690759,
            "stop": 1251690823
        },
        {
            "start": 1251690826,
            "stop": 1251690862
        },
        {
            "start": 1251690867,
            "stop": 1251690961
        },
        {
            "start": 1251690965,
            "stop": 1251691025
        },
        {
            "start": 1251691030,
            "stop": 1251691113
        },
        {
            "start": 1251691118,
            "stop": 1251691125
        },
        {
            "start": 1251691128,
            "stop": 1251691194
        }
    ]
}