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=392
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=393",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=391",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 392,
    "results": [
        {
            "start": 1181307209,
            "stop": 1181307215
        },
        {
            "start": 1181307220,
            "stop": 1181307225
        },
        {
            "start": 1181307231,
            "stop": 1181307236
        },
        {
            "start": 1181326467,
            "stop": 1181326472
        },
        {
            "start": 1181326473,
            "stop": 1181326474
        },
        {
            "start": 1181326475,
            "stop": 1181326477
        },
        {
            "start": 1181326478,
            "stop": 1181326516
        },
        {
            "start": 1181326517,
            "stop": 1181326520
        },
        {
            "start": 1181326522,
            "stop": 1181326645
        },
        {
            "start": 1181326646,
            "stop": 1181326647
        },
        {
            "start": 1181326648,
            "stop": 1181326852
        },
        {
            "start": 1181326853,
            "stop": 1181326871
        },
        {
            "start": 1181326873,
            "stop": 1181326896
        },
        {
            "start": 1181326897,
            "stop": 1181326945
        },
        {
            "start": 1181326946,
            "stop": 1181327068
        },
        {
            "start": 1181327069,
            "stop": 1181327077
        },
        {
            "start": 1181327078,
            "stop": 1181327197
        },
        {
            "start": 1181327199,
            "stop": 1181327207
        },
        {
            "start": 1181327209,
            "stop": 1181327334
        },
        {
            "start": 1181327336,
            "stop": 1181327407
        }
    ]
}