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=1262
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=1263",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1261",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1262,
    "results": [
        {
            "start": 957695952,
            "stop": 957696396
        },
        {
            "start": 957696397,
            "stop": 957697468
        },
        {
            "start": 957697470,
            "stop": 957697702
        },
        {
            "start": 957697704,
            "stop": 957698089
        },
        {
            "start": 957699515,
            "stop": 957699925
        },
        {
            "start": 957699927,
            "stop": 957700324
        },
        {
            "start": 957707675,
            "stop": 957708726
        },
        {
            "start": 957708727,
            "stop": 957709730
        },
        {
            "start": 957709731,
            "stop": 957714655
        },
        {
            "start": 957718342,
            "stop": 957718405
        },
        {
            "start": 957718407,
            "stop": 957719645
        },
        {
            "start": 957719647,
            "stop": 957722153
        },
        {
            "start": 957722159,
            "stop": 957723270
        },
        {
            "start": 957723276,
            "stop": 957724261
        },
        {
            "start": 957724267,
            "stop": 957726437
        },
        {
            "start": 957726443,
            "stop": 957727441
        },
        {
            "start": 957727443,
            "stop": 957727942
        },
        {
            "start": 957728976,
            "stop": 957730339
        },
        {
            "start": 957730345,
            "stop": 957732832
        },
        {
            "start": 957732834,
            "stop": 957734163
        }
    ]
}