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=93
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=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=92",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 93,
    "results": [
        {
            "start": 827978302,
            "stop": 827986333
        },
        {
            "start": 827986376,
            "stop": 827986378
        },
        {
            "start": 827986519,
            "stop": 827986573
        },
        {
            "start": 827986613,
            "stop": 827986615
        },
        {
            "start": 827987045,
            "stop": 827989062
        },
        {
            "start": 827993869,
            "stop": 827997133
        },
        {
            "start": 827998786,
            "stop": 827998933
        },
        {
            "start": 827998947,
            "stop": 827998948
        },
        {
            "start": 827999208,
            "stop": 828000131
        },
        {
            "start": 828001316,
            "stop": 828002233
        },
        {
            "start": 828002246,
            "stop": 828002247
        },
        {
            "start": 828002359,
            "stop": 828017349
        },
        {
            "start": 828018307,
            "stop": 828020653
        },
        {
            "start": 828022303,
            "stop": 828027373
        },
        {
            "start": 828027376,
            "stop": 828027377
        },
        {
            "start": 828028147,
            "stop": 828028207
        },
        {
            "start": 828028385,
            "stop": 828028453
        },
        {
            "start": 828028459,
            "stop": 828028461
        },
        {
            "start": 828028848,
            "stop": 828028993
        },
        {
            "start": 828029033,
            "stop": 828029034
        }
    ]
}