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=4591
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=4592",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4590",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4591,
    "results": [
        {
            "start": 874054400,
            "stop": 874054534
        },
        {
            "start": 874054553,
            "stop": 874055080
        },
        {
            "start": 874055099,
            "stop": 874055475
        },
        {
            "start": 874055495,
            "stop": 874056480
        },
        {
            "start": 874056499,
            "stop": 874057608
        },
        {
            "start": 874057627,
            "stop": 874058232
        },
        {
            "start": 874058252,
            "stop": 874058449
        },
        {
            "start": 874058468,
            "stop": 874059026
        },
        {
            "start": 874059045,
            "stop": 874059347
        },
        {
            "start": 874059366,
            "stop": 874061231
        },
        {
            "start": 874061250,
            "stop": 874061856
        },
        {
            "start": 874061875,
            "stop": 874062562
        },
        {
            "start": 874062581,
            "stop": 874062677
        },
        {
            "start": 874062696,
            "stop": 874063038
        },
        {
            "start": 874063057,
            "stop": 874063351
        },
        {
            "start": 874063370,
            "stop": 874064995
        },
        {
            "start": 874065014,
            "stop": 874065150
        },
        {
            "start": 874065169,
            "stop": 874065260
        },
        {
            "start": 874065279,
            "stop": 874065958
        },
        {
            "start": 874065977,
            "stop": 874066007
        }
    ]
}