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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=150",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 151,
    "results": [
        {
            "start": 817205116,
            "stop": 817205416
        },
        {
            "start": 817205437,
            "stop": 817205496
        },
        {
            "start": 817205520,
            "stop": 817205645
        },
        {
            "start": 817205677,
            "stop": 817205762
        },
        {
            "start": 817205783,
            "stop": 817205787
        },
        {
            "start": 817205841,
            "stop": 817206393
        },
        {
            "start": 817206437,
            "stop": 817206453
        },
        {
            "start": 817206477,
            "stop": 817206592
        },
        {
            "start": 817206612,
            "stop": 817206930
        },
        {
            "start": 817206947,
            "stop": 817206974
        },
        {
            "start": 817206993,
            "stop": 817207035
        },
        {
            "start": 817207059,
            "stop": 817207109
        },
        {
            "start": 817207128,
            "stop": 817207157
        },
        {
            "start": 817207178,
            "stop": 817207258
        },
        {
            "start": 817223233,
            "stop": 817224217
        },
        {
            "start": 817224234,
            "stop": 817224574
        },
        {
            "start": 817224593,
            "stop": 817224993
        },
        {
            "start": 817225028,
            "stop": 817225439
        },
        {
            "start": 817225467,
            "stop": 817226086
        },
        {
            "start": 817226089,
            "stop": 817226458
        }
    ]
}