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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=124",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 125,
    "results": [
        {
            "start": 820000918,
            "stop": 820000962
        },
        {
            "start": 820000969,
            "stop": 820000993
        },
        {
            "start": 820001000,
            "stop": 820001280
        },
        {
            "start": 820001287,
            "stop": 820001330
        },
        {
            "start": 820001337,
            "stop": 820001400
        },
        {
            "start": 820001408,
            "stop": 820001646
        },
        {
            "start": 820001653,
            "stop": 820001713
        },
        {
            "start": 820001763,
            "stop": 820001764
        },
        {
            "start": 820002434,
            "stop": 820002590
        },
        {
            "start": 820002597,
            "stop": 820002607
        },
        {
            "start": 820002614,
            "stop": 820002738
        },
        {
            "start": 820002745,
            "stop": 820002913
        },
        {
            "start": 820026973,
            "stop": 820027320
        },
        {
            "start": 820027327,
            "stop": 820027814
        },
        {
            "start": 820027827,
            "stop": 820027917
        },
        {
            "start": 820027924,
            "stop": 820028174
        },
        {
            "start": 820028181,
            "stop": 820028383
        },
        {
            "start": 820028396,
            "stop": 820028784
        },
        {
            "start": 820028791,
            "stop": 820029076
        },
        {
            "start": 820029083,
            "stop": 820029878
        }
    ]
}