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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=273",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 274,
    "results": [
        {
            "start": 1174591399,
            "stop": 1174593100
        },
        {
            "start": 1174593102,
            "stop": 1174594946
        },
        {
            "start": 1174594948,
            "stop": 1174596903
        },
        {
            "start": 1174596905,
            "stop": 1174598812
        },
        {
            "start": 1174598814,
            "stop": 1174600135
        },
        {
            "start": 1174600139,
            "stop": 1174600654
        },
        {
            "start": 1174600656,
            "stop": 1174602346
        },
        {
            "start": 1174602348,
            "stop": 1174603862
        },
        {
            "start": 1174603864,
            "stop": 1174605422
        },
        {
            "start": 1174605424,
            "stop": 1174606962
        },
        {
            "start": 1174606964,
            "stop": 1174608385
        },
        {
            "start": 1174608387,
            "stop": 1174609837
        },
        {
            "start": 1174609839,
            "stop": 1174611260
        },
        {
            "start": 1174611262,
            "stop": 1174612567
        },
        {
            "start": 1174612569,
            "stop": 1174613852
        },
        {
            "start": 1174613854,
            "stop": 1174615023
        },
        {
            "start": 1174615025,
            "stop": 1174616177
        },
        {
            "start": 1174616179,
            "stop": 1174617326
        },
        {
            "start": 1174617328,
            "stop": 1174618640
        },
        {
            "start": 1174618642,
            "stop": 1174619587
        }
    ]
}