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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=33",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 34,
    "results": [
        {
            "start": 939416630,
            "stop": 939417221
        },
        {
            "start": 939418467,
            "stop": 939418513
        },
        {
            "start": 939423084,
            "stop": 939424640
        },
        {
            "start": 939426816,
            "stop": 939427213
        },
        {
            "start": 939571196,
            "stop": 939572547
        },
        {
            "start": 939573598,
            "stop": 939575542
        },
        {
            "start": 939576870,
            "stop": 939577118
        },
        {
            "start": 939578357,
            "stop": 939579858
        },
        {
            "start": 939713952,
            "stop": 939714019
        },
        {
            "start": 939800434,
            "stop": 939800999
        },
        {
            "start": 939803983,
            "stop": 939804395
        },
        {
            "start": 939805339,
            "stop": 939805529
        },
        {
            "start": 939806867,
            "stop": 939807527
        },
        {
            "start": 939809516,
            "stop": 939810035
        },
        {
            "start": 939812946,
            "stop": 939813030
        },
        {
            "start": 939816256,
            "stop": 939816964
        },
        {
            "start": 939820632,
            "stop": 939821960
        },
        {
            "start": 939825021,
            "stop": 939825103
        },
        {
            "start": 939828614,
            "stop": 939829316
        },
        {
            "start": 939830389,
            "stop": 939832044
        }
    ]
}