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=281
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=282",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=280",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 281,
    "results": [
        {
            "start": 1174820823,
            "stop": 1174821919
        },
        {
            "start": 1174821921,
            "stop": 1174823164
        },
        {
            "start": 1174823166,
            "stop": 1174824371
        },
        {
            "start": 1174824373,
            "stop": 1174825378
        },
        {
            "start": 1174825380,
            "stop": 1174826655
        },
        {
            "start": 1174826657,
            "stop": 1174827852
        },
        {
            "start": 1174827854,
            "stop": 1174828851
        },
        {
            "start": 1174828853,
            "stop": 1174829964
        },
        {
            "start": 1174829966,
            "stop": 1174831138
        },
        {
            "start": 1174831140,
            "stop": 1174832307
        },
        {
            "start": 1174832309,
            "stop": 1174833558
        },
        {
            "start": 1174833560,
            "stop": 1174834514
        },
        {
            "start": 1174834516,
            "stop": 1174835427
        },
        {
            "start": 1174835429,
            "stop": 1174836232
        },
        {
            "start": 1174836234,
            "stop": 1174836324
        },
        {
            "start": 1174867032,
            "stop": 1174867715
        },
        {
            "start": 1174867717,
            "stop": 1174867949
        },
        {
            "start": 1174869441,
            "stop": 1174869517
        },
        {
            "start": 1174869521,
            "stop": 1174869524
        },
        {
            "start": 1174869526,
            "stop": 1174871083
        }
    ]
}