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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=53",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 54,
    "results": [
        {
            "start": 943315560,
            "stop": 943315927
        },
        {
            "start": 943316739,
            "stop": 943318235
        },
        {
            "start": 943318643,
            "stop": 943318695
        },
        {
            "start": 943320355,
            "stop": 943326887
        },
        {
            "start": 943327849,
            "stop": 943330499
        },
        {
            "start": 943331291,
            "stop": 943334639
        },
        {
            "start": 943335265,
            "stop": 943337046
        },
        {
            "start": 943338694,
            "stop": 943345526
        },
        {
            "start": 943348894,
            "stop": 943348981
        },
        {
            "start": 943348998,
            "stop": 943352711
        },
        {
            "start": 943354599,
            "stop": 943356280
        },
        {
            "start": 943357650,
            "stop": 943361590
        },
        {
            "start": 943378646,
            "stop": 943379100
        },
        {
            "start": 943380689,
            "stop": 943380876
        },
        {
            "start": 943387834,
            "stop": 943388871
        },
        {
            "start": 943389604,
            "stop": 943389671
        },
        {
            "start": 943395279,
            "stop": 943403099
        },
        {
            "start": 943404888,
            "stop": 943410038
        },
        {
            "start": 943410654,
            "stop": 943413486
        },
        {
            "start": 943414267,
            "stop": 943424579
        }
    ]
}