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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=163",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 164,
    "results": [
        {
            "start": 931783567,
            "stop": 931783577
        },
        {
            "start": 931783589,
            "stop": 931783608
        },
        {
            "start": 931783614,
            "stop": 931783622
        },
        {
            "start": 931783627,
            "stop": 931783639
        },
        {
            "start": 931783644,
            "stop": 931783670
        },
        {
            "start": 931783676,
            "stop": 931783694
        },
        {
            "start": 931783721,
            "stop": 931783724
        },
        {
            "start": 931783730,
            "stop": 931783737
        },
        {
            "start": 931783743,
            "stop": 931783818
        },
        {
            "start": 931783823,
            "stop": 931783829
        },
        {
            "start": 931783851,
            "stop": 931783894
        },
        {
            "start": 931783909,
            "stop": 931783912
        },
        {
            "start": 931783918,
            "stop": 931783936
        },
        {
            "start": 931783947,
            "stop": 931783949
        },
        {
            "start": 931783955,
            "stop": 931783958
        },
        {
            "start": 931783964,
            "stop": 931783969
        },
        {
            "start": 931783975,
            "stop": 931783995
        },
        {
            "start": 931784005,
            "stop": 931784007
        },
        {
            "start": 931784012,
            "stop": 931784015
        },
        {
            "start": 931784024,
            "stop": 931784039
        }
    ]
}