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=471
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=472",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=470",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 471,
    "results": [
        {
            "start": 821781834,
            "stop": 821781838
        },
        {
            "start": 821781841,
            "stop": 821781842
        },
        {
            "start": 821781845,
            "stop": 821781857
        },
        {
            "start": 821781860,
            "stop": 821781867
        },
        {
            "start": 821781880,
            "stop": 821781881
        },
        {
            "start": 821781888,
            "stop": 821781892
        },
        {
            "start": 821781895,
            "stop": 821781898
        },
        {
            "start": 821781902,
            "stop": 821781906
        },
        {
            "start": 821781909,
            "stop": 821781915
        },
        {
            "start": 821781918,
            "stop": 821781921
        },
        {
            "start": 821781924,
            "stop": 821781965
        },
        {
            "start": 821781968,
            "stop": 821781990
        },
        {
            "start": 821781993,
            "stop": 821781997
        },
        {
            "start": 821782000,
            "stop": 821782002
        },
        {
            "start": 821782005,
            "stop": 821782010
        },
        {
            "start": 821782013,
            "stop": 821782015
        },
        {
            "start": 821782018,
            "stop": 821782064
        },
        {
            "start": 821782067,
            "stop": 821782075
        },
        {
            "start": 821782078,
            "stop": 821782150
        },
        {
            "start": 821782153,
            "stop": 821782194
        }
    ]
}