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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=287",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 288,
    "results": [
        {
            "start": 857734911,
            "stop": 857735076
        },
        {
            "start": 857735266,
            "stop": 857735274
        },
        {
            "start": 857735501,
            "stop": 857735505
        },
        {
            "start": 857735536,
            "stop": 857735549
        },
        {
            "start": 857735587,
            "stop": 857735600
        },
        {
            "start": 857738310,
            "stop": 857738786
        },
        {
            "start": 857738803,
            "stop": 857738883
        },
        {
            "start": 857738900,
            "stop": 857738910
        },
        {
            "start": 857741615,
            "stop": 857742112
        },
        {
            "start": 857742133,
            "stop": 857742150
        },
        {
            "start": 857742270,
            "stop": 857742745
        },
        {
            "start": 857742782,
            "stop": 857742810
        },
        {
            "start": 857742870,
            "stop": 857742918
        },
        {
            "start": 857743218,
            "stop": 857743239
        },
        {
            "start": 857743261,
            "stop": 857745758
        },
        {
            "start": 857745776,
            "stop": 857748430
        },
        {
            "start": 857748454,
            "stop": 857749052
        },
        {
            "start": 857749239,
            "stop": 857749767
        },
        {
            "start": 857749788,
            "stop": 857750180
        },
        {
            "start": 857750187,
            "stop": 857752101
        }
    ]
}