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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7911",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7909",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7910,
    "results": [
        {
            "start": 969984572,
            "stop": 969984574
        },
        {
            "start": 969984580,
            "stop": 969984590
        },
        {
            "start": 969984593,
            "stop": 969984648
        },
        {
            "start": 969984651,
            "stop": 969984671
        },
        {
            "start": 969984674,
            "stop": 969984800
        },
        {
            "start": 969984803,
            "stop": 969984859
        },
        {
            "start": 969984862,
            "stop": 969984901
        },
        {
            "start": 969984904,
            "stop": 969985135
        },
        {
            "start": 969985139,
            "stop": 969985340
        },
        {
            "start": 969985348,
            "stop": 969985408
        },
        {
            "start": 969985411,
            "stop": 969985791
        },
        {
            "start": 969985794,
            "stop": 969985837
        },
        {
            "start": 969985840,
            "stop": 969986010
        },
        {
            "start": 969986016,
            "stop": 969986027
        },
        {
            "start": 969986032,
            "stop": 969986033
        },
        {
            "start": 969986042,
            "stop": 969986043
        },
        {
            "start": 969986046,
            "stop": 969986051
        },
        {
            "start": 969986057,
            "stop": 969986079
        },
        {
            "start": 969986086,
            "stop": 969986091
        },
        {
            "start": 969986094,
            "stop": 969986165
        }
    ]
}