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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3655",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3653",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3654,
    "results": [
        {
            "start": 872644260,
            "stop": 872644270
        },
        {
            "start": 872649803,
            "stop": 872650020
        },
        {
            "start": 872650080,
            "stop": 872650602
        },
        {
            "start": 872650619,
            "stop": 872651057
        },
        {
            "start": 872651061,
            "stop": 872651160
        },
        {
            "start": 872651220,
            "stop": 872651340
        },
        {
            "start": 872651640,
            "stop": 872651744
        },
        {
            "start": 872651940,
            "stop": 872652003
        },
        {
            "start": 872652006,
            "stop": 872652043
        },
        {
            "start": 872652046,
            "stop": 872652057
        },
        {
            "start": 872652063,
            "stop": 872652360
        },
        {
            "start": 872652420,
            "stop": 872652429
        },
        {
            "start": 872652438,
            "stop": 872652471
        },
        {
            "start": 872652474,
            "stop": 872652600
        },
        {
            "start": 872652720,
            "stop": 872652734
        },
        {
            "start": 872652739,
            "stop": 872652840
        },
        {
            "start": 872652900,
            "stop": 872653020
        },
        {
            "start": 872653200,
            "stop": 872653236
        },
        {
            "start": 872653253,
            "stop": 872653572
        },
        {
            "start": 872653589,
            "stop": 872653626
        }
    ]
}