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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=367",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 368,
    "results": [
        {
            "start": 823169867,
            "stop": 823169870
        },
        {
            "start": 823169874,
            "stop": 823169968
        },
        {
            "start": 823169972,
            "stop": 823170121
        },
        {
            "start": 823170124,
            "stop": 823170186
        },
        {
            "start": 823170190,
            "stop": 823170297
        },
        {
            "start": 823170300,
            "stop": 823170346
        },
        {
            "start": 823170350,
            "stop": 823170490
        },
        {
            "start": 823170493,
            "stop": 823170536
        },
        {
            "start": 823170539,
            "stop": 823170544
        },
        {
            "start": 823170547,
            "stop": 823170597
        },
        {
            "start": 823170600,
            "stop": 823170910
        },
        {
            "start": 823170913,
            "stop": 823170966
        },
        {
            "start": 823170970,
            "stop": 823170992
        },
        {
            "start": 823170995,
            "stop": 823171126
        },
        {
            "start": 823171129,
            "stop": 823171151
        },
        {
            "start": 823171154,
            "stop": 823171366
        },
        {
            "start": 823171369,
            "stop": 823171388
        },
        {
            "start": 823171391,
            "stop": 823171409
        },
        {
            "start": 823171413,
            "stop": 823171555
        },
        {
            "start": 823171559,
            "stop": 823171657
        }
    ]
}