Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=116",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 117,
    "results": [
        {
            "start": 831725557,
            "stop": 831734289
        },
        {
            "start": 831735040,
            "stop": 831735853
        },
        {
            "start": 831735891,
            "stop": 831735893
        },
        {
            "start": 831736210,
            "stop": 831736384
        },
        {
            "start": 831736513,
            "stop": 831738351
        },
        {
            "start": 831739279,
            "stop": 831740590
        },
        {
            "start": 831743626,
            "stop": 831744252
        },
        {
            "start": 831748207,
            "stop": 831748753
        },
        {
            "start": 831748755,
            "stop": 831748757
        },
        {
            "start": 831748914,
            "stop": 831749749
        },
        {
            "start": 831751929,
            "stop": 831752893
        },
        {
            "start": 831752924,
            "stop": 831752925
        },
        {
            "start": 831753511,
            "stop": 831753673
        },
        {
            "start": 831753702,
            "stop": 831753704
        },
        {
            "start": 831754786,
            "stop": 831756066
        },
        {
            "start": 831756371,
            "stop": 831759853
        },
        {
            "start": 831759891,
            "stop": 831759892
        },
        {
            "start": 831760059,
            "stop": 831760213
        },
        {
            "start": 831760227,
            "stop": 831760228
        },
        {
            "start": 831764946,
            "stop": 831767543
        }
    ]
}