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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=314",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 315,
    "results": [
        {
            "start": 821744939,
            "stop": 821744941
        },
        {
            "start": 821744947,
            "stop": 821744961
        },
        {
            "start": 821744964,
            "stop": 821744968
        },
        {
            "start": 821744975,
            "stop": 821744979
        },
        {
            "start": 821744983,
            "stop": 821744990
        },
        {
            "start": 821744995,
            "stop": 821745001
        },
        {
            "start": 821745004,
            "stop": 821745015
        },
        {
            "start": 821745018,
            "stop": 821745021
        },
        {
            "start": 821745026,
            "stop": 821745029
        },
        {
            "start": 821745032,
            "stop": 821745056
        },
        {
            "start": 821745059,
            "stop": 821745067
        },
        {
            "start": 821745070,
            "stop": 821745071
        },
        {
            "start": 821745076,
            "stop": 821745089
        },
        {
            "start": 821745094,
            "stop": 821745096
        },
        {
            "start": 821745099,
            "stop": 821745107
        },
        {
            "start": 821745110,
            "stop": 821745115
        },
        {
            "start": 821745118,
            "stop": 821745127
        },
        {
            "start": 821745130,
            "stop": 821745132
        },
        {
            "start": 821745135,
            "stop": 821745138
        },
        {
            "start": 821745154,
            "stop": 821745156
        }
    ]
}