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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=50",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 51,
    "results": [
        {
            "start": 816606911,
            "stop": 816606975
        },
        {
            "start": 816606978,
            "stop": 816607055
        },
        {
            "start": 816607062,
            "stop": 816607154
        },
        {
            "start": 816607157,
            "stop": 816607314
        },
        {
            "start": 816607333,
            "stop": 816607623
        },
        {
            "start": 816607627,
            "stop": 816607881
        },
        {
            "start": 816607893,
            "stop": 816607925
        },
        {
            "start": 816607928,
            "stop": 816607952
        },
        {
            "start": 816651331,
            "stop": 816651356
        },
        {
            "start": 816651359,
            "stop": 816651394
        },
        {
            "start": 816651397,
            "stop": 816651435
        },
        {
            "start": 816651438,
            "stop": 816651499
        },
        {
            "start": 816651518,
            "stop": 816651590
        },
        {
            "start": 816651609,
            "stop": 816651822
        },
        {
            "start": 816651826,
            "stop": 816651938
        },
        {
            "start": 816651977,
            "stop": 816652167
        },
        {
            "start": 816652187,
            "stop": 816652590
        },
        {
            "start": 816653670,
            "stop": 816653693
        },
        {
            "start": 816653716,
            "stop": 816653880
        },
        {
            "start": 816653914,
            "stop": 816653937
        }
    ]
}