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=279
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=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=278",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 279,
    "results": [
        {
            "start": 828230772,
            "stop": 828230812
        },
        {
            "start": 828230814,
            "stop": 828230850
        },
        {
            "start": 828230852,
            "stop": 828230911
        },
        {
            "start": 828230913,
            "stop": 828230920
        },
        {
            "start": 828230922,
            "stop": 828230969
        },
        {
            "start": 828230972,
            "stop": 828231001
        },
        {
            "start": 828231003,
            "stop": 828231032
        },
        {
            "start": 828231036,
            "stop": 828231181
        },
        {
            "start": 828231183,
            "stop": 828231384
        },
        {
            "start": 828231386,
            "stop": 828231393
        },
        {
            "start": 828231395,
            "stop": 828231410
        },
        {
            "start": 828231412,
            "stop": 828231415
        },
        {
            "start": 828231417,
            "stop": 828231555
        },
        {
            "start": 828231557,
            "stop": 828231650
        },
        {
            "start": 828231652,
            "stop": 828231724
        },
        {
            "start": 828231726,
            "stop": 828231736
        },
        {
            "start": 828231739,
            "stop": 828231741
        },
        {
            "start": 828231743,
            "stop": 828231760
        },
        {
            "start": 828231762,
            "stop": 828231771
        },
        {
            "start": 828231773,
            "stop": 828231781
        }
    ]
}