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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4276",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4277,
    "results": [
        {
            "start": 874621658,
            "stop": 874621659
        },
        {
            "start": 874621678,
            "stop": 874621679
        },
        {
            "start": 874621743,
            "stop": 874621762
        },
        {
            "start": 874621781,
            "stop": 874621802
        },
        {
            "start": 874621890,
            "stop": 874622001
        },
        {
            "start": 874622023,
            "stop": 874622025
        },
        {
            "start": 874622045,
            "stop": 874622059
        },
        {
            "start": 874622078,
            "stop": 874622157
        },
        {
            "start": 874622235,
            "stop": 874622260
        },
        {
            "start": 874622311,
            "stop": 874622312
        },
        {
            "start": 874622370,
            "stop": 874622410
        },
        {
            "start": 874622431,
            "stop": 874622434
        },
        {
            "start": 874622453,
            "stop": 874622488
        },
        {
            "start": 874622514,
            "stop": 874622627
        },
        {
            "start": 874622666,
            "stop": 874622702
        },
        {
            "start": 874622721,
            "stop": 874622745
        },
        {
            "start": 874625680,
            "stop": 874626453
        },
        {
            "start": 874626600,
            "stop": 874626692
        },
        {
            "start": 874626812,
            "stop": 874627780
        },
        {
            "start": 874627900,
            "stop": 874628191
        }
    ]
}