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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4306",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4307,
    "results": [
        {
            "start": 874683047,
            "stop": 874683055
        },
        {
            "start": 874683074,
            "stop": 874683188
        },
        {
            "start": 874683213,
            "stop": 874683267
        },
        {
            "start": 874683287,
            "stop": 874683374
        },
        {
            "start": 874683670,
            "stop": 874683696
        },
        {
            "start": 874683760,
            "stop": 874683787
        },
        {
            "start": 874683834,
            "stop": 874683836
        },
        {
            "start": 874683873,
            "stop": 874683903
        },
        {
            "start": 874683941,
            "stop": 874683954
        },
        {
            "start": 874683973,
            "stop": 874684007
        },
        {
            "start": 874684031,
            "stop": 874684040
        },
        {
            "start": 874684059,
            "stop": 874684105
        },
        {
            "start": 874684143,
            "stop": 874684175
        },
        {
            "start": 874684238,
            "stop": 874684249
        },
        {
            "start": 874684270,
            "stop": 874684272
        },
        {
            "start": 874684295,
            "stop": 874684298
        },
        {
            "start": 874684317,
            "stop": 874684357
        },
        {
            "start": 874684383,
            "stop": 874684389
        },
        {
            "start": 874684408,
            "stop": 874684413
        },
        {
            "start": 874684432,
            "stop": 874684460
        }
    ]
}