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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=206",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 207,
    "results": [
        {
            "start": 933568049,
            "stop": 933568109
        },
        {
            "start": 933568169,
            "stop": 933570015
        },
        {
            "start": 933570375,
            "stop": 933570615
        },
        {
            "start": 933570915,
            "stop": 933571875
        },
        {
            "start": 933572175,
            "stop": 933573615
        },
        {
            "start": 933573855,
            "stop": 933573929
        },
        {
            "start": 933573989,
            "stop": 933574144
        },
        {
            "start": 933574264,
            "stop": 933575009
        },
        {
            "start": 933575069,
            "stop": 933575309
        },
        {
            "start": 933575429,
            "stop": 933575789
        },
        {
            "start": 933575849,
            "stop": 933576157
        },
        {
            "start": 933576159,
            "stop": 933576422
        },
        {
            "start": 933576425,
            "stop": 933576509
        },
        {
            "start": 933576569,
            "stop": 933577215
        },
        {
            "start": 933577455,
            "stop": 933578249
        },
        {
            "start": 933578309,
            "stop": 933578430
        },
        {
            "start": 933582555,
            "stop": 933584415
        },
        {
            "start": 933584655,
            "stop": 933585763
        },
        {
            "start": 933585768,
            "stop": 933588015
        },
        {
            "start": 933588255,
            "stop": 933588294
        }
    ]
}