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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8835",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8833",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8834,
    "results": [
        {
            "start": 872764431,
            "stop": 872765698
        },
        {
            "start": 872765715,
            "stop": 872766550
        },
        {
            "start": 872766569,
            "stop": 872766646
        },
        {
            "start": 872766663,
            "stop": 872766920
        },
        {
            "start": 872769610,
            "stop": 872770320
        },
        {
            "start": 872770337,
            "stop": 872770487
        },
        {
            "start": 872770504,
            "stop": 872771074
        },
        {
            "start": 872771097,
            "stop": 872771327
        },
        {
            "start": 872771344,
            "stop": 872771607
        },
        {
            "start": 872771624,
            "stop": 872772671
        },
        {
            "start": 872772688,
            "stop": 872773253
        },
        {
            "start": 872773273,
            "stop": 872773838
        },
        {
            "start": 872773855,
            "stop": 872774100
        },
        {
            "start": 872774119,
            "stop": 872775097
        },
        {
            "start": 872775114,
            "stop": 872775128
        },
        {
            "start": 872775145,
            "stop": 872775350
        },
        {
            "start": 872775367,
            "stop": 872775773
        },
        {
            "start": 872775790,
            "stop": 872776177
        },
        {
            "start": 872776194,
            "stop": 872777453
        },
        {
            "start": 872777472,
            "stop": 872778150
        }
    ]
}