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=1319
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=1320",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1318",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1319,
    "results": [
        {
            "start": 963000518,
            "stop": 963000661
        },
        {
            "start": 963000662,
            "stop": 963005720
        },
        {
            "start": 963005946,
            "stop": 963006299
        },
        {
            "start": 963006300,
            "stop": 963010592
        },
        {
            "start": 963010593,
            "stop": 963011389
        },
        {
            "start": 963011470,
            "stop": 963011924
        },
        {
            "start": 963034418,
            "stop": 963034430
        },
        {
            "start": 963034432,
            "stop": 963042832
        },
        {
            "start": 963042834,
            "stop": 963048888
        },
        {
            "start": 963049561,
            "stop": 963051956
        },
        {
            "start": 963051957,
            "stop": 963052199
        },
        {
            "start": 963079957,
            "stop": 963080017
        },
        {
            "start": 963080075,
            "stop": 963080705
        },
        {
            "start": 963081800,
            "stop": 963082226
        },
        {
            "start": 963082260,
            "stop": 963083318
        },
        {
            "start": 963083940,
            "stop": 963085272
        },
        {
            "start": 963086293,
            "stop": 963087920
        },
        {
            "start": 963089371,
            "stop": 963093899
        },
        {
            "start": 963093900,
            "stop": 963102099
        },
        {
            "start": 963102100,
            "stop": 963102682
        }
    ]
}