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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4627",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4625",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4626,
    "results": [
        {
            "start": 874224026,
            "stop": 874224044
        },
        {
            "start": 874224063,
            "stop": 874224113
        },
        {
            "start": 874224133,
            "stop": 874224197
        },
        {
            "start": 874224216,
            "stop": 874224217
        },
        {
            "start": 874224237,
            "stop": 874224352
        },
        {
            "start": 874224371,
            "stop": 874224406
        },
        {
            "start": 874224436,
            "stop": 874224509
        },
        {
            "start": 874224528,
            "stop": 874224708
        },
        {
            "start": 874224741,
            "stop": 874224763
        },
        {
            "start": 874224782,
            "stop": 874224929
        },
        {
            "start": 874224948,
            "stop": 874224992
        },
        {
            "start": 874225012,
            "stop": 874225033
        },
        {
            "start": 874225052,
            "stop": 874225103
        },
        {
            "start": 874225123,
            "stop": 874225250
        },
        {
            "start": 874225270,
            "stop": 874225291
        },
        {
            "start": 874225311,
            "stop": 874225380
        },
        {
            "start": 874225399,
            "stop": 874225445
        },
        {
            "start": 874225464,
            "stop": 874225481
        },
        {
            "start": 874225517,
            "stop": 874225522
        },
        {
            "start": 874225541,
            "stop": 874225557
        }
    ]
}