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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4987",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4985",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4986,
    "results": [
        {
            "start": 874443960,
            "stop": 874443975
        },
        {
            "start": 874443994,
            "stop": 874444016
        },
        {
            "start": 874444035,
            "stop": 874444046
        },
        {
            "start": 874444065,
            "stop": 874444073
        },
        {
            "start": 874444093,
            "stop": 874444150
        },
        {
            "start": 874444169,
            "stop": 874444175
        },
        {
            "start": 874444213,
            "stop": 874444246
        },
        {
            "start": 874444270,
            "stop": 874444274
        },
        {
            "start": 874444312,
            "stop": 874444332
        },
        {
            "start": 874444351,
            "stop": 874444353
        },
        {
            "start": 874444406,
            "stop": 874444424
        },
        {
            "start": 874444460,
            "stop": 874444514
        },
        {
            "start": 874444591,
            "stop": 874444596
        },
        {
            "start": 874444616,
            "stop": 874444625
        },
        {
            "start": 874444644,
            "stop": 874444755
        },
        {
            "start": 874444774,
            "stop": 874444778
        },
        {
            "start": 874444797,
            "stop": 874444851
        },
        {
            "start": 874444870,
            "stop": 874444881
        },
        {
            "start": 874444919,
            "stop": 874444941
        },
        {
            "start": 874444961,
            "stop": 874444967
        }
    ]
}