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=8979
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=8980",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8978",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8979,
    "results": [
        {
            "start": 873820488,
            "stop": 873820490
        },
        {
            "start": 873820518,
            "stop": 873820551
        },
        {
            "start": 873820571,
            "stop": 873820628
        },
        {
            "start": 873820647,
            "stop": 873820789
        },
        {
            "start": 873820816,
            "stop": 873820819
        },
        {
            "start": 873820837,
            "stop": 873820960
        },
        {
            "start": 873820980,
            "stop": 873821002
        },
        {
            "start": 873821021,
            "stop": 873821045
        },
        {
            "start": 873821068,
            "stop": 873821114
        },
        {
            "start": 873821157,
            "stop": 873821161
        },
        {
            "start": 873821208,
            "stop": 873821269
        },
        {
            "start": 873821303,
            "stop": 873821305
        },
        {
            "start": 873821327,
            "stop": 873821399
        },
        {
            "start": 873821433,
            "stop": 873821454
        },
        {
            "start": 873821513,
            "stop": 873821525
        },
        {
            "start": 873821545,
            "stop": 873821572
        },
        {
            "start": 873821640,
            "stop": 873821659
        },
        {
            "start": 873821682,
            "stop": 873821816
        },
        {
            "start": 873821839,
            "stop": 873821887
        },
        {
            "start": 873825419,
            "stop": 873825434
        }
    ]
}