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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=662",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=660",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 661,
    "results": [
        {
            "start": 1266232751,
            "stop": 1266234199
        },
        {
            "start": 1266234204,
            "stop": 1266234492
        },
        {
            "start": 1266234495,
            "stop": 1266234761
        },
        {
            "start": 1266234764,
            "stop": 1266237846
        },
        {
            "start": 1266237848,
            "stop": 1266238856
        },
        {
            "start": 1266238857,
            "stop": 1266239869
        },
        {
            "start": 1266239873,
            "stop": 1266240333
        },
        {
            "start": 1266240338,
            "stop": 1266243455
        },
        {
            "start": 1266243456,
            "stop": 1266243608
        },
        {
            "start": 1266243609,
            "stop": 1266244932
        },
        {
            "start": 1266244933,
            "stop": 1266248374
        },
        {
            "start": 1266248379,
            "stop": 1266249822
        },
        {
            "start": 1266249825,
            "stop": 1266250438
        },
        {
            "start": 1266250443,
            "stop": 1266251728
        },
        {
            "start": 1266251730,
            "stop": 1266252088
        },
        {
            "start": 1266252091,
            "stop": 1266254551
        },
        {
            "start": 1266254552,
            "stop": 1266254979
        },
        {
            "start": 1266254982,
            "stop": 1266255691
        },
        {
            "start": 1266255693,
            "stop": 1266256151
        },
        {
            "start": 1266256155,
            "stop": 1266256741
        }
    ]
}