Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=491
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=492",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=490",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 491,
    "results": [
        {
            "start": 864135237,
            "stop": 864135274
        },
        {
            "start": 864135276,
            "stop": 864135295
        },
        {
            "start": 864135297,
            "stop": 864135354
        },
        {
            "start": 864135356,
            "stop": 864136505
        },
        {
            "start": 864137981,
            "stop": 864138091
        },
        {
            "start": 864138319,
            "stop": 864138797
        },
        {
            "start": 864140329,
            "stop": 864140337
        },
        {
            "start": 864140366,
            "stop": 864140394
        },
        {
            "start": 864140396,
            "stop": 864140529
        },
        {
            "start": 864140532,
            "stop": 864140543
        },
        {
            "start": 864140547,
            "stop": 864140572
        },
        {
            "start": 864140574,
            "stop": 864140644
        },
        {
            "start": 864140646,
            "stop": 864140735
        },
        {
            "start": 864140737,
            "stop": 864143815
        },
        {
            "start": 864145955,
            "stop": 864146825
        },
        {
            "start": 864147869,
            "stop": 864149161
        },
        {
            "start": 864150738,
            "stop": 864150770
        },
        {
            "start": 864150772,
            "stop": 864150774
        },
        {
            "start": 864150775,
            "stop": 864150778
        },
        {
            "start": 864150780,
            "stop": 864150783
        }
    ]
}