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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=46",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 47,
    "results": [
        {
            "start": 824451338,
            "stop": 824454315
        },
        {
            "start": 824458771,
            "stop": 824459507
        },
        {
            "start": 824461332,
            "stop": 824476976
        },
        {
            "start": 824479655,
            "stop": 824479702
        },
        {
            "start": 824480297,
            "stop": 824480365
        },
        {
            "start": 824492119,
            "stop": 824492335
        },
        {
            "start": 824501513,
            "stop": 824505075
        },
        {
            "start": 824505755,
            "stop": 824505969
        },
        {
            "start": 824506151,
            "stop": 824506907
        },
        {
            "start": 824507598,
            "stop": 824511457
        },
        {
            "start": 824512386,
            "stop": 824543551
        },
        {
            "start": 824546161,
            "stop": 824558632
        },
        {
            "start": 824559636,
            "stop": 824561645
        },
        {
            "start": 824565965,
            "stop": 824570542
        },
        {
            "start": 824571834,
            "stop": 824572900
        },
        {
            "start": 824601221,
            "stop": 824606651
        },
        {
            "start": 824606773,
            "stop": 824607358
        },
        {
            "start": 824607419,
            "stop": 824608533
        },
        {
            "start": 824608743,
            "stop": 824629912
        },
        {
            "start": 824630061,
            "stop": 824646374
        }
    ]
}