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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=302",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 303,
    "results": [
        {
            "start": 931770805,
            "stop": 931770819
        },
        {
            "start": 931770822,
            "stop": 931770829
        },
        {
            "start": 931770832,
            "stop": 931770836
        },
        {
            "start": 931770841,
            "stop": 931770851
        },
        {
            "start": 931770854,
            "stop": 931770858
        },
        {
            "start": 931770864,
            "stop": 931770865
        },
        {
            "start": 931770868,
            "stop": 931770902
        },
        {
            "start": 931770905,
            "stop": 931770908
        },
        {
            "start": 931770911,
            "stop": 931770914
        },
        {
            "start": 931770917,
            "stop": 931770926
        },
        {
            "start": 931770932,
            "stop": 931770942
        },
        {
            "start": 931770947,
            "stop": 931770953
        },
        {
            "start": 931770961,
            "stop": 931770981
        },
        {
            "start": 931770983,
            "stop": 931770986
        },
        {
            "start": 931770989,
            "stop": 931771008
        },
        {
            "start": 931771011,
            "stop": 931771025
        },
        {
            "start": 931771031,
            "stop": 931771032
        },
        {
            "start": 931771035,
            "stop": 931771038
        },
        {
            "start": 931771044,
            "stop": 931771045
        },
        {
            "start": 931771048,
            "stop": 931771049
        }
    ]
}