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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CW_CAT1/segments?format=api&page=8",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 9,
    "results": [
        {
            "start": 1399814136,
            "stop": 1399815120
        },
        {
            "start": 1399815168,
            "stop": 1399816000
        },
        {
            "start": 1399816064,
            "stop": 1399819296
        },
        {
            "start": 1399819344,
            "stop": 1399819928
        },
        {
            "start": 1399820024,
            "stop": 1399820768
        },
        {
            "start": 1399835175,
            "stop": 1399835647
        },
        {
            "start": 1399835695,
            "stop": 1399835855
        },
        {
            "start": 1399835919,
            "stop": 1399836687
        },
        {
            "start": 1399836735,
            "stop": 1399839279
        },
        {
            "start": 1399839343,
            "stop": 1399840839
        },
        {
            "start": 1399840887,
            "stop": 1399841191
        },
        {
            "start": 1399841239,
            "stop": 1399841831
        },
        {
            "start": 1399841895,
            "stop": 1399842639
        },
        {
            "start": 1399844416,
            "stop": 1399845527
        },
        {
            "start": 1399845591,
            "stop": 1399845815
        },
        {
            "start": 1399845863,
            "stop": 1399848967
        },
        {
            "start": 1399849031,
            "stop": 1399849239
        },
        {
            "start": 1399849303,
            "stop": 1399849607
        },
        {
            "start": 1399849671,
            "stop": 1399849719
        },
        {
            "start": 1399849767,
            "stop": 1399850751
        }
    ]
}