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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=10",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 11,
    "results": [
        {
            "start": 1128930911,
            "stop": 1128933662
        },
        {
            "start": 1128933913,
            "stop": 1128938925
        },
        {
            "start": 1128939245,
            "stop": 1128940022
        },
        {
            "start": 1128940272,
            "stop": 1128946257
        },
        {
            "start": 1128946258,
            "stop": 1128947402
        },
        {
            "start": 1128947653,
            "stop": 1128956570
        },
        {
            "start": 1128988282,
            "stop": 1128996557
        },
        {
            "start": 1128996558,
            "stop": 1129000451
        },
        {
            "start": 1129000452,
            "stop": 1129031139
        },
        {
            "start": 1129031140,
            "stop": 1129035332
        },
        {
            "start": 1129035879,
            "stop": 1129052628
        },
        {
            "start": 1129061194,
            "stop": 1129061253
        },
        {
            "start": 1129065876,
            "stop": 1129072862
        },
        {
            "start": 1129072863,
            "stop": 1129083768
        },
        {
            "start": 1129083769,
            "stop": 1129085501
        },
        {
            "start": 1129087819,
            "stop": 1129118968
        },
        {
            "start": 1129216201,
            "stop": 1129218462
        },
        {
            "start": 1129244960,
            "stop": 1129248060
        },
        {
            "start": 1129248061,
            "stop": 1129257251
        },
        {
            "start": 1129273986,
            "stop": 1129291173
        }
    ]
}