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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=82",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 83,
    "results": [
        {
            "start": 818060105,
            "stop": 818060116
        },
        {
            "start": 818060131,
            "stop": 818060138
        },
        {
            "start": 818060146,
            "stop": 818060158
        },
        {
            "start": 818060167,
            "stop": 818060175
        },
        {
            "start": 818060184,
            "stop": 818060198
        },
        {
            "start": 818060213,
            "stop": 818060225
        },
        {
            "start": 818060249,
            "stop": 818060265
        },
        {
            "start": 818060297,
            "stop": 818060302
        },
        {
            "start": 818060331,
            "stop": 818060341
        },
        {
            "start": 818060349,
            "stop": 818060380
        },
        {
            "start": 818060393,
            "stop": 818060403
        },
        {
            "start": 818060411,
            "stop": 818060418
        },
        {
            "start": 818061450,
            "stop": 818061454
        },
        {
            "start": 818061466,
            "stop": 818061476
        },
        {
            "start": 818061487,
            "stop": 818061494
        },
        {
            "start": 818061502,
            "stop": 818061514
        },
        {
            "start": 818061529,
            "stop": 818061542
        },
        {
            "start": 818061561,
            "stop": 818061563
        },
        {
            "start": 818061593,
            "stop": 818061595
        },
        {
            "start": 818061605,
            "stop": 818061607
        }
    ]
}