Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=407
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=408",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=406",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 407,
    "results": [
        {
            "start": 868392897,
            "stop": 868399196
        },
        {
            "start": 868402958,
            "stop": 868411502
        },
        {
            "start": 868411523,
            "stop": 868411927
        },
        {
            "start": 868411934,
            "stop": 868412335
        },
        {
            "start": 868412342,
            "stop": 868412356
        },
        {
            "start": 868412363,
            "stop": 868420110
        },
        {
            "start": 868420230,
            "stop": 868452077
        },
        {
            "start": 868452098,
            "stop": 868460239
        },
        {
            "start": 868460261,
            "stop": 868467362
        },
        {
            "start": 868467380,
            "stop": 868472060
        },
        {
            "start": 868472572,
            "stop": 868475697
        },
        {
            "start": 868475718,
            "stop": 868478640
        },
        {
            "start": 868478700,
            "stop": 868484370
        },
        {
            "start": 868484490,
            "stop": 868527361
        },
        {
            "start": 868529397,
            "stop": 868540207
        },
        {
            "start": 868546705,
            "stop": 868549943
        },
        {
            "start": 868549948,
            "stop": 868584010
        },
        {
            "start": 868585396,
            "stop": 868602632
        },
        {
            "start": 868603123,
            "stop": 868603233
        },
        {
            "start": 868603343,
            "stop": 868603383
        }
    ]
}