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_CAT2/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_CBCHIGH_CAT2/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=354",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 355,
    "results": [
        {
            "start": 829345426,
            "stop": 829345428
        },
        {
            "start": 829345430,
            "stop": 829345436
        },
        {
            "start": 829345441,
            "stop": 829345442
        },
        {
            "start": 829345453,
            "stop": 829345454
        },
        {
            "start": 829345484,
            "stop": 829345488
        },
        {
            "start": 829345500,
            "stop": 829345501
        },
        {
            "start": 829345508,
            "stop": 829345516
        },
        {
            "start": 829345522,
            "stop": 829345524
        },
        {
            "start": 829345526,
            "stop": 829345527
        },
        {
            "start": 829345535,
            "stop": 829345537
        },
        {
            "start": 829345543,
            "stop": 829345547
        },
        {
            "start": 829345549,
            "stop": 829345551
        },
        {
            "start": 829345554,
            "stop": 829345555
        },
        {
            "start": 829345557,
            "stop": 829345558
        },
        {
            "start": 829345562,
            "stop": 829345567
        },
        {
            "start": 829345571,
            "stop": 829345574
        },
        {
            "start": 829345576,
            "stop": 829345578
        },
        {
            "start": 829345580,
            "stop": 829345582
        },
        {
            "start": 829345584,
            "stop": 829345600
        },
        {
            "start": 829345606,
            "stop": 829345607
        }
    ]
}