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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=310",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 311,
    "results": [
        {
            "start": 859754846,
            "stop": 859755143
        },
        {
            "start": 859755162,
            "stop": 859758232
        },
        {
            "start": 859760767,
            "stop": 859761192
        },
        {
            "start": 859765346,
            "stop": 859766586
        },
        {
            "start": 859769448,
            "stop": 859775964
        },
        {
            "start": 859775986,
            "stop": 859781019
        },
        {
            "start": 859782247,
            "stop": 859782840
        },
        {
            "start": 859784102,
            "stop": 859787094
        },
        {
            "start": 859787204,
            "stop": 859787769
        },
        {
            "start": 859788967,
            "stop": 859791479
        },
        {
            "start": 859791779,
            "stop": 859791890
        },
        {
            "start": 859792000,
            "stop": 859795066
        },
        {
            "start": 859795476,
            "stop": 859810587
        },
        {
            "start": 859810608,
            "stop": 859821855
        },
        {
            "start": 859821874,
            "stop": 859824463
        },
        {
            "start": 859824482,
            "stop": 859826260
        },
        {
            "start": 859826279,
            "stop": 859828428
        },
        {
            "start": 859828447,
            "stop": 859829039
        },
        {
            "start": 859829058,
            "stop": 859829942
        },
        {
            "start": 859829966,
            "stop": 859830220
        }
    ]
}