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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1875",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1873",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1874,
    "results": [
        {
            "start": 845163952,
            "stop": 845176189
        },
        {
            "start": 845176299,
            "stop": 845177840
        },
        {
            "start": 845178140,
            "stop": 845186723
        },
        {
            "start": 845186833,
            "stop": 845187344
        },
        {
            "start": 845187746,
            "stop": 845209757
        },
        {
            "start": 845209763,
            "stop": 845211435
        },
        {
            "start": 845211440,
            "stop": 845216180
        },
        {
            "start": 845216184,
            "stop": 845220457
        },
        {
            "start": 845220463,
            "stop": 845221788
        },
        {
            "start": 845221796,
            "stop": 845222964
        },
        {
            "start": 845232926,
            "stop": 845237993
        },
        {
            "start": 845312859,
            "stop": 845313960
        },
        {
            "start": 845313965,
            "stop": 845315016
        },
        {
            "start": 845315022,
            "stop": 845316062
        },
        {
            "start": 845316070,
            "stop": 845316279
        },
        {
            "start": 845316591,
            "stop": 845317740
        },
        {
            "start": 845317745,
            "stop": 845317772
        },
        {
            "start": 845317778,
            "stop": 845318186
        },
        {
            "start": 845318694,
            "stop": 845319342
        },
        {
            "start": 845319348,
            "stop": 845319958
        }
    ]
}