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=9143
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9142",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9143,
    "results": [
        {
            "start": 875220134,
            "stop": 875220424
        },
        {
            "start": 875220443,
            "stop": 875220505
        },
        {
            "start": 875220524,
            "stop": 875220744
        },
        {
            "start": 875220763,
            "stop": 875220911
        },
        {
            "start": 875220930,
            "stop": 875221726
        },
        {
            "start": 875221745,
            "stop": 875222100
        },
        {
            "start": 875222160,
            "stop": 875222322
        },
        {
            "start": 875222342,
            "stop": 875223023
        },
        {
            "start": 875223042,
            "stop": 875223141
        },
        {
            "start": 875223160,
            "stop": 875223391
        },
        {
            "start": 875223408,
            "stop": 875223752
        },
        {
            "start": 875223972,
            "stop": 875225814
        },
        {
            "start": 875225834,
            "stop": 875226162
        },
        {
            "start": 875226179,
            "stop": 875226981
        },
        {
            "start": 875226998,
            "stop": 875227239
        },
        {
            "start": 875227259,
            "stop": 875231124
        },
        {
            "start": 875231143,
            "stop": 875232014
        }
    ]
}