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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=405",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=403",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 404,
    "results": [
        {
            "start": 821766812,
            "stop": 821766822
        },
        {
            "start": 821766825,
            "stop": 821766842
        },
        {
            "start": 821766848,
            "stop": 821766853
        },
        {
            "start": 821766858,
            "stop": 821766865
        },
        {
            "start": 821766868,
            "stop": 821766874
        },
        {
            "start": 821766877,
            "stop": 821766886
        },
        {
            "start": 821766889,
            "stop": 821766891
        },
        {
            "start": 821766894,
            "stop": 821766895
        },
        {
            "start": 821766901,
            "stop": 821766902
        },
        {
            "start": 821766905,
            "stop": 821766912
        },
        {
            "start": 821766915,
            "stop": 821766916
        },
        {
            "start": 821766933,
            "stop": 821766936
        },
        {
            "start": 821766940,
            "stop": 821766941
        },
        {
            "start": 821766948,
            "stop": 821766957
        },
        {
            "start": 821766965,
            "stop": 821766976
        },
        {
            "start": 821766979,
            "stop": 821766982
        },
        {
            "start": 821766985,
            "stop": 821766987
        },
        {
            "start": 821766992,
            "stop": 821766993
        },
        {
            "start": 821766999,
            "stop": 821767000
        },
        {
            "start": 821767007,
            "stop": 821767008
        }
    ]
}