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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=333",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 334,
    "results": [
        {
            "start": 1263986569,
            "stop": 1263986924
        },
        {
            "start": 1263986929,
            "stop": 1263987399
        },
        {
            "start": 1263987401,
            "stop": 1263987697
        },
        {
            "start": 1263987702,
            "stop": 1263988164
        },
        {
            "start": 1263988169,
            "stop": 1263988449
        },
        {
            "start": 1263988454,
            "stop": 1263990404
        },
        {
            "start": 1263990407,
            "stop": 1263990660
        },
        {
            "start": 1263990663,
            "stop": 1263992594
        },
        {
            "start": 1263992596,
            "stop": 1263994396
        },
        {
            "start": 1263994401,
            "stop": 1263997305
        },
        {
            "start": 1263997308,
            "stop": 1263999309
        },
        {
            "start": 1263999310,
            "stop": 1264000088
        },
        {
            "start": 1264001857,
            "stop": 1264001906
        },
        {
            "start": 1264001911,
            "stop": 1264001939
        },
        {
            "start": 1264001944,
            "stop": 1264003545
        },
        {
            "start": 1264003554,
            "stop": 1264004084
        },
        {
            "start": 1264004089,
            "stop": 1264004177
        },
        {
            "start": 1264004180,
            "stop": 1264006593
        },
        {
            "start": 1264006597,
            "stop": 1264006907
        },
        {
            "start": 1264006909,
            "stop": 1264007749
        }
    ]
}