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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=248",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 249,
    "results": [
        {
            "start": 934643299,
            "stop": 934643304
        },
        {
            "start": 934643306,
            "stop": 934643311
        },
        {
            "start": 934643315,
            "stop": 934643320
        },
        {
            "start": 934643322,
            "stop": 934643328
        },
        {
            "start": 934643331,
            "stop": 934643441
        },
        {
            "start": 934678632,
            "stop": 934678957
        },
        {
            "start": 934678959,
            "stop": 934678966
        },
        {
            "start": 934678968,
            "stop": 934679016
        },
        {
            "start": 934679018,
            "stop": 934679031
        },
        {
            "start": 934679034,
            "stop": 934681619
        },
        {
            "start": 934683337,
            "stop": 934686156
        },
        {
            "start": 934686159,
            "stop": 934686165
        },
        {
            "start": 934686168,
            "stop": 934686181
        },
        {
            "start": 934686184,
            "stop": 934686189
        },
        {
            "start": 934686191,
            "stop": 934686208
        },
        {
            "start": 934686210,
            "stop": 934686215
        },
        {
            "start": 934686218,
            "stop": 934686231
        },
        {
            "start": 934686234,
            "stop": 934687180
        },
        {
            "start": 934688697,
            "stop": 934689735
        },
        {
            "start": 934689737,
            "stop": 934689765
        }
    ]
}