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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=696",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=694",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 695,
    "results": [
        {
            "start": 864609162,
            "stop": 864611768
        },
        {
            "start": 864612912,
            "stop": 864628198
        },
        {
            "start": 864628645,
            "stop": 864660314
        },
        {
            "start": 864660954,
            "stop": 864670530
        },
        {
            "start": 864670650,
            "stop": 864673410
        },
        {
            "start": 864674589,
            "stop": 864678510
        },
        {
            "start": 864679149,
            "stop": 864709361
        },
        {
            "start": 864709379,
            "stop": 864751164
        },
        {
            "start": 864755555,
            "stop": 864761190
        },
        {
            "start": 864761250,
            "stop": 864761255
        },
        {
            "start": 864763235,
            "stop": 864766985
        },
        {
            "start": 864767647,
            "stop": 864767648
        },
        {
            "start": 864767649,
            "stop": 864767653
        },
        {
            "start": 864777331,
            "stop": 864777335
        },
        {
            "start": 864778412,
            "stop": 864778532
        },
        {
            "start": 864779414,
            "stop": 864785343
        },
        {
            "start": 864786068,
            "stop": 864858990
        },
        {
            "start": 864860030,
            "stop": 864885314
        },
        {
            "start": 864885334,
            "stop": 864921828
        },
        {
            "start": 864922632,
            "stop": 864928020
        }
    ]
}