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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=36",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 37,
    "results": [
        {
            "start": 817217342,
            "stop": 817217357
        },
        {
            "start": 817217363,
            "stop": 817217384
        },
        {
            "start": 817217387,
            "stop": 817217492
        },
        {
            "start": 817217498,
            "stop": 817217506
        },
        {
            "start": 817217509,
            "stop": 817217779
        },
        {
            "start": 817217782,
            "stop": 817217783
        },
        {
            "start": 817217787,
            "stop": 817218063
        },
        {
            "start": 817223233,
            "stop": 817225014
        },
        {
            "start": 817225020,
            "stop": 817226622
        },
        {
            "start": 817226625,
            "stop": 817227234
        },
        {
            "start": 817227237,
            "stop": 817227257
        },
        {
            "start": 817227261,
            "stop": 817227301
        },
        {
            "start": 817227311,
            "stop": 817227322
        },
        {
            "start": 817227327,
            "stop": 817229109
        },
        {
            "start": 817229114,
            "stop": 817229152
        },
        {
            "start": 817229155,
            "stop": 817229233
        },
        {
            "start": 817229240,
            "stop": 817229329
        },
        {
            "start": 817229333,
            "stop": 817229335
        },
        {
            "start": 817230920,
            "stop": 817231727
        },
        {
            "start": 817232358,
            "stop": 817232403
        }
    ]
}