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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6389",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6390,
    "results": [
        {
            "start": 873579503,
            "stop": 873580398
        },
        {
            "start": 873580399,
            "stop": 873580436
        },
        {
            "start": 873580437,
            "stop": 873580540
        },
        {
            "start": 873580541,
            "stop": 873580686
        },
        {
            "start": 873580687,
            "stop": 873580795
        },
        {
            "start": 873580796,
            "stop": 873580854
        },
        {
            "start": 873580855,
            "stop": 873580972
        },
        {
            "start": 873580973,
            "stop": 873581184
        },
        {
            "start": 873581185,
            "stop": 873581189
        },
        {
            "start": 873581190,
            "stop": 873581219
        },
        {
            "start": 873581221,
            "stop": 873581278
        },
        {
            "start": 873581279,
            "stop": 873581552
        },
        {
            "start": 873581553,
            "stop": 873582232
        },
        {
            "start": 873582233,
            "stop": 873582378
        },
        {
            "start": 873582379,
            "stop": 873582516
        },
        {
            "start": 873582517,
            "stop": 873582823
        },
        {
            "start": 873582824,
            "stop": 873582938
        },
        {
            "start": 873582939,
            "stop": 873582988
        },
        {
            "start": 873585762,
            "stop": 873586060
        },
        {
            "start": 873586061,
            "stop": 873586225
        }
    ]
}