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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=285",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 286,
    "results": [
        {
            "start": 862897537,
            "stop": 862934378
        },
        {
            "start": 862934482,
            "stop": 862942194
        },
        {
            "start": 862942504,
            "stop": 862943831
        },
        {
            "start": 862945075,
            "stop": 862946955
        },
        {
            "start": 862948104,
            "stop": 862948194
        },
        {
            "start": 862948494,
            "stop": 862948648
        },
        {
            "start": 862948833,
            "stop": 862949647
        },
        {
            "start": 862949947,
            "stop": 862950273
        },
        {
            "start": 862950588,
            "stop": 862953864
        },
        {
            "start": 862955216,
            "stop": 862957963
        },
        {
            "start": 862958930,
            "stop": 862976646
        },
        {
            "start": 862976756,
            "stop": 862977568
        },
        {
            "start": 862977868,
            "stop": 863027540
        },
        {
            "start": 863027822,
            "stop": 863034198
        },
        {
            "start": 863034498,
            "stop": 863037229
        },
        {
            "start": 863037231,
            "stop": 863051979
        },
        {
            "start": 863052510,
            "stop": 863052655
        },
        {
            "start": 863052765,
            "stop": 863052979
        },
        {
            "start": 863055962,
            "stop": 863072869
        },
        {
            "start": 863073225,
            "stop": 863073286
        }
    ]
}