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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_CBC_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 1,
    "results": [
        {
            "start": 1368195220,
            "stop": 1368196142
        },
        {
            "start": 1368266520,
            "stop": 1368269061
        },
        {
            "start": 1368276645,
            "stop": 1368280880
        },
        {
            "start": 1368331350,
            "stop": 1368337146
        },
        {
            "start": 1368350720,
            "stop": 1368371200
        },
        {
            "start": 1368418766,
            "stop": 1368436239
        },
        {
            "start": 1368449835,
            "stop": 1368460501
        },
        {
            "start": 1368547400,
            "stop": 1368547783
        },
        {
            "start": 1368547942,
            "stop": 1368552711
        },
        {
            "start": 1368975618,
            "stop": 1368982483
        },
        {
            "start": 1368983715,
            "stop": 1369014021
        },
        {
            "start": 1369014027,
            "stop": 1369019481
        },
        {
            "start": 1369036654,
            "stop": 1369074153
        },
        {
            "start": 1369076473,
            "stop": 1369133989
        },
        {
            "start": 1369141127,
            "stop": 1369176996
        },
        {
            "start": 1369180494,
            "stop": 1369446755
        },
        {
            "start": 1369451672,
            "stop": 1369490543
        },
        {
            "start": 1369512167,
            "stop": 1369537427
        },
        {
            "start": 1369539824,
            "stop": 1369567054
        },
        {
            "start": 1369570476,
            "stop": 1369571462
        }
    ]
}