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=419
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=420",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=418",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 419,
    "results": [
        {
            "start": 869762976,
            "stop": 869762997
        },
        {
            "start": 869763018,
            "stop": 869773252
        },
        {
            "start": 869773546,
            "stop": 869773875
        },
        {
            "start": 869774175,
            "stop": 869775234
        },
        {
            "start": 869775344,
            "stop": 869776031
        },
        {
            "start": 869776331,
            "stop": 869776453
        },
        {
            "start": 869776820,
            "stop": 869777141
        },
        {
            "start": 869777251,
            "stop": 869777628
        },
        {
            "start": 869777928,
            "stop": 869821447
        },
        {
            "start": 869821465,
            "stop": 869823270
        },
        {
            "start": 869823390,
            "stop": 869825550
        },
        {
            "start": 869825557,
            "stop": 869831481
        },
        {
            "start": 869832460,
            "stop": 869844664
        },
        {
            "start": 869844686,
            "stop": 869845053
        },
        {
            "start": 869845093,
            "stop": 869846942
        },
        {
            "start": 869846963,
            "stop": 869848427
        },
        {
            "start": 869848498,
            "stop": 869852092
        },
        {
            "start": 869852113,
            "stop": 869852167
        },
        {
            "start": 869852196,
            "stop": 869853733
        },
        {
            "start": 869853770,
            "stop": 869857920
        }
    ]
}