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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1293",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1291",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1292,
    "results": [
        {
            "start": 959973676,
            "stop": 959973719
        },
        {
            "start": 959974712,
            "stop": 959974737
        },
        {
            "start": 959977258,
            "stop": 959980796
        },
        {
            "start": 959982079,
            "stop": 959984032
        },
        {
            "start": 959984034,
            "stop": 959984855
        },
        {
            "start": 959989659,
            "stop": 959992887
        },
        {
            "start": 960003979,
            "stop": 960005740
        },
        {
            "start": 960005742,
            "stop": 960008237
        },
        {
            "start": 960008239,
            "stop": 960014816
        },
        {
            "start": 960014822,
            "stop": 960022450
        },
        {
            "start": 960022456,
            "stop": 960026696
        },
        {
            "start": 960026702,
            "stop": 960030754
        },
        {
            "start": 960072143,
            "stop": 960078613
        },
        {
            "start": 960100429,
            "stop": 960103438
        },
        {
            "start": 960103440,
            "stop": 960104481
        },
        {
            "start": 960105426,
            "stop": 960106127
        },
        {
            "start": 960106129,
            "stop": 960116795
        },
        {
            "start": 960125236,
            "stop": 960125986
        },
        {
            "start": 960128018,
            "stop": 960128048
        },
        {
            "start": 960183985,
            "stop": 960183997
        }
    ]
}