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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=354",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 355,
    "results": [
        {
            "start": 824868213,
            "stop": 824868876
        },
        {
            "start": 824869587,
            "stop": 824871044
        },
        {
            "start": 824871317,
            "stop": 824871564
        },
        {
            "start": 824871909,
            "stop": 824872741
        },
        {
            "start": 824872749,
            "stop": 824872752
        },
        {
            "start": 824877444,
            "stop": 824877564
        },
        {
            "start": 824878627,
            "stop": 824879083
        },
        {
            "start": 824879565,
            "stop": 824879930
        },
        {
            "start": 824880055,
            "stop": 824880718
        },
        {
            "start": 824880878,
            "stop": 824881067
        },
        {
            "start": 824881527,
            "stop": 824882430
        },
        {
            "start": 824882636,
            "stop": 824883225
        },
        {
            "start": 824883651,
            "stop": 824883685
        },
        {
            "start": 824885472,
            "stop": 824886028
        },
        {
            "start": 824887171,
            "stop": 824887533
        },
        {
            "start": 824887606,
            "stop": 824887765
        },
        {
            "start": 824888050,
            "stop": 824888234
        },
        {
            "start": 824888620,
            "stop": 824888765
        },
        {
            "start": 824889112,
            "stop": 824902438
        },
        {
            "start": 824902442,
            "stop": 824905490
        }
    ]
}