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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10133",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10134,
    "results": [
        {
            "start": 873605233,
            "stop": 873605269
        },
        {
            "start": 873606049,
            "stop": 873606093
        },
        {
            "start": 873606131,
            "stop": 873606169
        },
        {
            "start": 873606280,
            "stop": 873606372
        },
        {
            "start": 873606427,
            "stop": 873608184
        },
        {
            "start": 873608201,
            "stop": 873610109
        },
        {
            "start": 873610349,
            "stop": 873610663
        },
        {
            "start": 873610825,
            "stop": 873610903
        },
        {
            "start": 873613843,
            "stop": 873613879
        },
        {
            "start": 873613913,
            "stop": 873613927
        },
        {
            "start": 873613961,
            "stop": 873614963
        },
        {
            "start": 873615945,
            "stop": 873616237
        },
        {
            "start": 873616769,
            "stop": 873617530
        },
        {
            "start": 873617566,
            "stop": 873620310
        },
        {
            "start": 873621830,
            "stop": 873621895
        },
        {
            "start": 873622077,
            "stop": 873623976
        },
        {
            "start": 873624012,
            "stop": 873624723
        },
        {
            "start": 873624759,
            "stop": 873625841
        },
        {
            "start": 873625877,
            "stop": 873626240
        },
        {
            "start": 873626276,
            "stop": 873626301
        }
    ]
}