Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=30",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 31,
    "results": [
        {
            "start": 817164905,
            "stop": 817166282
        },
        {
            "start": 817166289,
            "stop": 817167188
        },
        {
            "start": 817167773,
            "stop": 817168453
        },
        {
            "start": 817168461,
            "stop": 817171459
        },
        {
            "start": 817171466,
            "stop": 817171759
        },
        {
            "start": 817198996,
            "stop": 817199123
        },
        {
            "start": 817199130,
            "stop": 817199938
        },
        {
            "start": 817199949,
            "stop": 817199964
        },
        {
            "start": 817199993,
            "stop": 817199997
        },
        {
            "start": 817200006,
            "stop": 817201552
        },
        {
            "start": 817201559,
            "stop": 817202434
        },
        {
            "start": 817203056,
            "stop": 817207258
        },
        {
            "start": 817207370,
            "stop": 817210516
        },
        {
            "start": 817210522,
            "stop": 817210669
        },
        {
            "start": 817210677,
            "stop": 817212017
        },
        {
            "start": 817214813,
            "stop": 817217287
        },
        {
            "start": 817217301,
            "stop": 817217303
        },
        {
            "start": 817217318,
            "stop": 817217321
        },
        {
            "start": 817217346,
            "stop": 817217356
        },
        {
            "start": 817217367,
            "stop": 817217383
        }
    ]
}