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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=139",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 140,
    "results": [
        {
            "start": 967336413,
            "stop": 967337567
        },
        {
            "start": 967338621,
            "stop": 967383179
        },
        {
            "start": 967385935,
            "stop": 967389444
        },
        {
            "start": 967395841,
            "stop": 967417004
        },
        {
            "start": 967418918,
            "stop": 967471478
        },
        {
            "start": 967478463,
            "stop": 967489580
        },
        {
            "start": 967489965,
            "stop": 967490398
        },
        {
            "start": 967491264,
            "stop": 967548816
        },
        {
            "start": 967563170,
            "stop": 967568482
        },
        {
            "start": 967584793,
            "stop": 967589273
        },
        {
            "start": 967589523,
            "stop": 967603989
        },
        {
            "start": 967604075,
            "stop": 967645633
        },
        {
            "start": 967647323,
            "stop": 967663594
        },
        {
            "start": 967665633,
            "stop": 967682457
        },
        {
            "start": 967683474,
            "stop": 967731307
        },
        {
            "start": 967733653,
            "stop": 967762089
        },
        {
            "start": 967764815,
            "stop": 967776124
        },
        {
            "start": 967778385,
            "stop": 967789881
        },
        {
            "start": 967790621,
            "stop": 967813205
        },
        {
            "start": 967815623,
            "stop": 967850981
        }
    ]
}