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=354
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=355",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=353",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 354,
    "results": [
        {
            "start": 1177446831,
            "stop": 1177446862
        },
        {
            "start": 1177446865,
            "stop": 1177446899
        },
        {
            "start": 1177446905,
            "stop": 1177446912
        },
        {
            "start": 1177446917,
            "stop": 1177447118
        },
        {
            "start": 1177447120,
            "stop": 1177447402
        },
        {
            "start": 1177447407,
            "stop": 1177447410
        },
        {
            "start": 1177447418,
            "stop": 1177447422
        },
        {
            "start": 1177447427,
            "stop": 1177447469
        },
        {
            "start": 1177447470,
            "stop": 1177447506
        },
        {
            "start": 1177447510,
            "stop": 1177447512
        },
        {
            "start": 1177447518,
            "stop": 1177447519
        },
        {
            "start": 1177520517,
            "stop": 1177520707
        },
        {
            "start": 1177520710,
            "stop": 1177520716
        },
        {
            "start": 1177520720,
            "stop": 1177520793
        },
        {
            "start": 1177520794,
            "stop": 1177520802
        },
        {
            "start": 1177520806,
            "stop": 1177521099
        },
        {
            "start": 1177521100,
            "stop": 1177521158
        },
        {
            "start": 1177521162,
            "stop": 1177521240
        },
        {
            "start": 1177521241,
            "stop": 1177521344
        },
        {
            "start": 1177521345,
            "stop": 1177521353
        }
    ]
}