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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=37",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 38,
    "results": [
        {
            "start": 821790936,
            "stop": 821790938
        },
        {
            "start": 821791210,
            "stop": 821792173
        },
        {
            "start": 821792175,
            "stop": 821792178
        },
        {
            "start": 821792338,
            "stop": 821798083
        },
        {
            "start": 821798294,
            "stop": 821799305
        },
        {
            "start": 821799414,
            "stop": 821805913
        },
        {
            "start": 821805953,
            "stop": 821805956
        },
        {
            "start": 821806058,
            "stop": 821806072
        },
        {
            "start": 821914417,
            "stop": 821919849
        },
        {
            "start": 821919994,
            "stop": 821928297
        },
        {
            "start": 821928832,
            "stop": 821933593
        },
        {
            "start": 821933612,
            "stop": 821933615
        },
        {
            "start": 821933699,
            "stop": 821942233
        },
        {
            "start": 821942245,
            "stop": 821942248
        },
        {
            "start": 821942334,
            "stop": 821954173
        },
        {
            "start": 821954216,
            "stop": 821954218
        },
        {
            "start": 821955353,
            "stop": 821966233
        },
        {
            "start": 821966256,
            "stop": 821966258
        },
        {
            "start": 821966356,
            "stop": 821967039
        },
        {
            "start": 821967131,
            "stop": 821983933
        }
    ]
}