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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=60",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 61,
    "results": [
        {
            "start": 816677200,
            "stop": 816677212
        },
        {
            "start": 816677236,
            "stop": 816677268
        },
        {
            "start": 816677285,
            "stop": 816677297
        },
        {
            "start": 816677300,
            "stop": 816677346
        },
        {
            "start": 816677383,
            "stop": 816677406
        },
        {
            "start": 816677410,
            "stop": 816677429
        },
        {
            "start": 816677470,
            "stop": 816677481
        },
        {
            "start": 816677530,
            "stop": 816677615
        },
        {
            "start": 816677619,
            "stop": 816677665
        },
        {
            "start": 816677690,
            "stop": 816677702
        },
        {
            "start": 816677706,
            "stop": 816677722
        },
        {
            "start": 816677742,
            "stop": 816677925
        },
        {
            "start": 816677944,
            "stop": 816677995
        },
        {
            "start": 816677999,
            "stop": 816678028
        },
        {
            "start": 816678032,
            "stop": 816678033
        },
        {
            "start": 816678036,
            "stop": 816678078
        },
        {
            "start": 816678081,
            "stop": 816678249
        },
        {
            "start": 816678286,
            "stop": 816678393
        },
        {
            "start": 816678412,
            "stop": 816678529
        },
        {
            "start": 816678549,
            "stop": 816678565
        }
    ]
}