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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=178",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 179,
    "results": [
        {
            "start": 931540456,
            "stop": 931540457
        },
        {
            "start": 931540459,
            "stop": 931540460
        },
        {
            "start": 931540461,
            "stop": 931540469
        },
        {
            "start": 931540476,
            "stop": 931540477
        },
        {
            "start": 931572684,
            "stop": 931572765
        },
        {
            "start": 931572779,
            "stop": 931572784
        },
        {
            "start": 931572786,
            "stop": 931572804
        },
        {
            "start": 931572808,
            "stop": 931572809
        },
        {
            "start": 931572811,
            "stop": 931572901
        },
        {
            "start": 931572903,
            "stop": 931572910
        },
        {
            "start": 931572911,
            "stop": 931572913
        },
        {
            "start": 931572918,
            "stop": 931572921
        },
        {
            "start": 931572923,
            "stop": 931572924
        },
        {
            "start": 931572927,
            "stop": 931572928
        },
        {
            "start": 931572930,
            "stop": 931572932
        },
        {
            "start": 931572934,
            "stop": 931572935
        },
        {
            "start": 931572937,
            "stop": 931572938
        },
        {
            "start": 931572946,
            "stop": 931573070
        },
        {
            "start": 931573073,
            "stop": 931573077
        },
        {
            "start": 931573079,
            "stop": 931573082
        }
    ]
}