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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4756",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4754",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4755,
    "results": [
        {
            "start": 970248186,
            "stop": 970248863
        },
        {
            "start": 970277660,
            "stop": 970277728
        },
        {
            "start": 970277731,
            "stop": 970277849
        },
        {
            "start": 970277852,
            "stop": 970277854
        },
        {
            "start": 970277857,
            "stop": 970277907
        },
        {
            "start": 970277910,
            "stop": 970277925
        },
        {
            "start": 970277928,
            "stop": 970277964
        },
        {
            "start": 970277968,
            "stop": 970277988
        },
        {
            "start": 970277991,
            "stop": 970278017
        },
        {
            "start": 970278020,
            "stop": 970278082
        },
        {
            "start": 970278085,
            "stop": 970278120
        },
        {
            "start": 970278123,
            "stop": 970278500
        },
        {
            "start": 970278503,
            "stop": 970278642
        },
        {
            "start": 970278646,
            "stop": 970278689
        },
        {
            "start": 970278692,
            "stop": 970278710
        },
        {
            "start": 970278716,
            "stop": 970278941
        },
        {
            "start": 970278944,
            "stop": 970278970
        },
        {
            "start": 970278973,
            "stop": 970279185
        },
        {
            "start": 970279188,
            "stop": 970279343
        },
        {
            "start": 970279346,
            "stop": 970279602
        }
    ]
}