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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3937",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3935",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3936,
    "results": [
        {
            "start": 874235312,
            "stop": 874235419
        },
        {
            "start": 874235422,
            "stop": 874235468
        },
        {
            "start": 874235475,
            "stop": 874235476
        },
        {
            "start": 874235479,
            "stop": 874235496
        },
        {
            "start": 874235500,
            "stop": 874235506
        },
        {
            "start": 874235511,
            "stop": 874235523
        },
        {
            "start": 874235527,
            "stop": 874235531
        },
        {
            "start": 874235538,
            "stop": 874235549
        },
        {
            "start": 874235553,
            "stop": 874235554
        },
        {
            "start": 874235566,
            "stop": 874235745
        },
        {
            "start": 874235748,
            "stop": 874235770
        },
        {
            "start": 874235773,
            "stop": 874236015
        },
        {
            "start": 874236023,
            "stop": 874236071
        },
        {
            "start": 874236074,
            "stop": 874236192
        },
        {
            "start": 874236195,
            "stop": 874236197
        },
        {
            "start": 874236200,
            "stop": 874236256
        },
        {
            "start": 874236259,
            "stop": 874236685
        },
        {
            "start": 874236688,
            "stop": 874238135
        },
        {
            "start": 874238138,
            "stop": 874238231
        },
        {
            "start": 874238234,
            "stop": 874238540
        }
    ]
}