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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=174",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 175,
    "results": [
        {
            "start": 1374033935,
            "stop": 1374043391
        },
        {
            "start": 1374043393,
            "stop": 1374044080
        },
        {
            "start": 1374044082,
            "stop": 1374045181
        },
        {
            "start": 1374045183,
            "stop": 1374045774
        },
        {
            "start": 1374045776,
            "stop": 1374046092
        },
        {
            "start": 1374046097,
            "stop": 1374047230
        },
        {
            "start": 1374047231,
            "stop": 1374048000
        },
        {
            "start": 1374048001,
            "stop": 1374049414
        },
        {
            "start": 1374049416,
            "stop": 1374050919
        },
        {
            "start": 1374050921,
            "stop": 1374052118
        },
        {
            "start": 1374052120,
            "stop": 1374052777
        },
        {
            "start": 1374052778,
            "stop": 1374053934
        },
        {
            "start": 1374053936,
            "stop": 1374056732
        },
        {
            "start": 1374056734,
            "stop": 1374059144
        },
        {
            "start": 1374059146,
            "stop": 1374060970
        },
        {
            "start": 1374060971,
            "stop": 1374063065
        },
        {
            "start": 1374063069,
            "stop": 1374063097
        },
        {
            "start": 1374063099,
            "stop": 1374063880
        },
        {
            "start": 1374063882,
            "stop": 1374064351
        },
        {
            "start": 1374064356,
            "stop": 1374065075
        }
    ]
}