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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=148",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 149,
    "results": [
        {
            "start": 931757818,
            "stop": 931757981
        },
        {
            "start": 931757987,
            "stop": 931758091
        },
        {
            "start": 931758097,
            "stop": 931758103
        },
        {
            "start": 931758109,
            "stop": 931758347
        },
        {
            "start": 931758355,
            "stop": 931758392
        },
        {
            "start": 931758398,
            "stop": 931758416
        },
        {
            "start": 931758428,
            "stop": 931758436
        },
        {
            "start": 931758447,
            "stop": 931758454
        },
        {
            "start": 931758460,
            "stop": 931758466
        },
        {
            "start": 931758472,
            "stop": 931758615
        },
        {
            "start": 931758621,
            "stop": 931758865
        },
        {
            "start": 931758873,
            "stop": 931758916
        },
        {
            "start": 931758922,
            "stop": 931759008
        },
        {
            "start": 931759014,
            "stop": 931759028
        },
        {
            "start": 931759039,
            "stop": 931759046
        },
        {
            "start": 931759052,
            "stop": 931759084
        },
        {
            "start": 931759090,
            "stop": 931759116
        },
        {
            "start": 931759122,
            "stop": 931759219
        },
        {
            "start": 931759225,
            "stop": 931759228
        },
        {
            "start": 931759238,
            "stop": 931759241
        }
    ]
}