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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=573",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=571",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 572,
    "results": [
        {
            "start": 1262884377,
            "stop": 1262886886
        },
        {
            "start": 1262886889,
            "stop": 1262887447
        },
        {
            "start": 1262887450,
            "stop": 1262889663
        },
        {
            "start": 1262889666,
            "stop": 1262889908
        },
        {
            "start": 1262889911,
            "stop": 1262890025
        },
        {
            "start": 1262890028,
            "stop": 1262890247
        },
        {
            "start": 1262890250,
            "stop": 1262890352
        },
        {
            "start": 1262890369,
            "stop": 1262890599
        },
        {
            "start": 1262890606,
            "stop": 1262890695
        },
        {
            "start": 1262890697,
            "stop": 1262890737
        },
        {
            "start": 1262890740,
            "stop": 1262891448
        },
        {
            "start": 1262891451,
            "stop": 1262892146
        },
        {
            "start": 1262892149,
            "stop": 1262892890
        },
        {
            "start": 1262892893,
            "stop": 1262893081
        },
        {
            "start": 1262893084,
            "stop": 1262893102
        },
        {
            "start": 1262898851,
            "stop": 1262899692
        },
        {
            "start": 1262899698,
            "stop": 1262899702
        },
        {
            "start": 1262899704,
            "stop": 1262899901
        },
        {
            "start": 1262899904,
            "stop": 1262900005
        },
        {
            "start": 1262900008,
            "stop": 1262900390
        }
    ]
}