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/H1_CBCHIGH_CAT4/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/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=37",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 38,
    "results": [
        {
            "start": 931284656,
            "stop": 931284696
        },
        {
            "start": 931284754,
            "stop": 931284774
        },
        {
            "start": 931284813,
            "stop": 931284840
        },
        {
            "start": 931284902,
            "stop": 931284915
        },
        {
            "start": 931284933,
            "stop": 931284990
        },
        {
            "start": 931317186,
            "stop": 931317348
        },
        {
            "start": 931317350,
            "stop": 931318157
        },
        {
            "start": 931318160,
            "stop": 931319278
        },
        {
            "start": 931319398,
            "stop": 931319458
        },
        {
            "start": 931321135,
            "stop": 931321849
        },
        {
            "start": 931321851,
            "stop": 931322687
        },
        {
            "start": 931322692,
            "stop": 931323486
        },
        {
            "start": 931323488,
            "stop": 931323615
        },
        {
            "start": 931323975,
            "stop": 931326521
        },
        {
            "start": 931326524,
            "stop": 931327215
        },
        {
            "start": 931327575,
            "stop": 931328151
        },
        {
            "start": 931328153,
            "stop": 931329141
        },
        {
            "start": 931329144,
            "stop": 931329186
        },
        {
            "start": 931329189,
            "stop": 931329246
        },
        {
            "start": 931329249,
            "stop": 931329262
        }
    ]
}