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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2132",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2133,
    "results": [
        {
            "start": 872225424,
            "stop": 872225603
        },
        {
            "start": 872225622,
            "stop": 872225746
        },
        {
            "start": 872225765,
            "stop": 872225838
        },
        {
            "start": 872225866,
            "stop": 872225895
        },
        {
            "start": 872225920,
            "stop": 872226039
        },
        {
            "start": 872226058,
            "stop": 872226549
        },
        {
            "start": 872226576,
            "stop": 872226654
        },
        {
            "start": 872226678,
            "stop": 872226813
        },
        {
            "start": 872226836,
            "stop": 872226929
        },
        {
            "start": 872226969,
            "stop": 872226998
        },
        {
            "start": 872227017,
            "stop": 872227031
        },
        {
            "start": 872227050,
            "stop": 872227194
        },
        {
            "start": 872227219,
            "stop": 872227300
        },
        {
            "start": 872227369,
            "stop": 872227370
        },
        {
            "start": 872227401,
            "stop": 872227482
        },
        {
            "start": 872227501,
            "stop": 872227543
        },
        {
            "start": 872227562,
            "stop": 872227583
        },
        {
            "start": 872227602,
            "stop": 872227736
        },
        {
            "start": 872227756,
            "stop": 872227787
        },
        {
            "start": 872227809,
            "stop": 872227939
        }
    ]
}