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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=279",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 280,
    "results": [
        {
            "start": 818229991,
            "stop": 818229992
        },
        {
            "start": 818230000,
            "stop": 818230004
        },
        {
            "start": 818230015,
            "stop": 818230020
        },
        {
            "start": 818230025,
            "stop": 818230026
        },
        {
            "start": 818230029,
            "stop": 818230031
        },
        {
            "start": 818230039,
            "stop": 818230042
        },
        {
            "start": 818230045,
            "stop": 818230047
        },
        {
            "start": 818230052,
            "stop": 818230057
        },
        {
            "start": 818230080,
            "stop": 818230081
        },
        {
            "start": 818230084,
            "stop": 818230086
        },
        {
            "start": 818230095,
            "stop": 818230097
        },
        {
            "start": 818230104,
            "stop": 818230106
        },
        {
            "start": 818230113,
            "stop": 818230114
        },
        {
            "start": 818230123,
            "stop": 818230125
        },
        {
            "start": 818230128,
            "stop": 818230132
        },
        {
            "start": 818230137,
            "stop": 818230138
        },
        {
            "start": 818230163,
            "stop": 818230165
        },
        {
            "start": 818230168,
            "stop": 818230169
        },
        {
            "start": 818230172,
            "stop": 818230179
        },
        {
            "start": 818230184,
            "stop": 818230185
        }
    ]
}