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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=207",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 208,
    "results": [
        {
            "start": 934015221,
            "stop": 934018290
        },
        {
            "start": 934018293,
            "stop": 934018322
        },
        {
            "start": 934018324,
            "stop": 934018329
        },
        {
            "start": 934018331,
            "stop": 934018347
        },
        {
            "start": 934018350,
            "stop": 934018354
        },
        {
            "start": 934018356,
            "stop": 934018370
        },
        {
            "start": 934018375,
            "stop": 934021890
        },
        {
            "start": 934021893,
            "stop": 934021895
        },
        {
            "start": 934021897,
            "stop": 934021901
        },
        {
            "start": 934021903,
            "stop": 934021920
        },
        {
            "start": 934021922,
            "stop": 934021953
        },
        {
            "start": 934021956,
            "stop": 934021970
        },
        {
            "start": 934021974,
            "stop": 934023393
        },
        {
            "start": 934023400,
            "stop": 934025473
        },
        {
            "start": 934025475,
            "stop": 934025496
        },
        {
            "start": 934025498,
            "stop": 934025502
        },
        {
            "start": 934025505,
            "stop": 934025522
        },
        {
            "start": 934025524,
            "stop": 934025529
        },
        {
            "start": 934025531,
            "stop": 934025555
        },
        {
            "start": 934025557,
            "stop": 934025562
        }
    ]
}