Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=16
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=15",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 16,
    "results": [
        {
            "start": 815298561,
            "stop": 815298591
        },
        {
            "start": 815298615,
            "stop": 815298625
        },
        {
            "start": 815298629,
            "stop": 815298684
        },
        {
            "start": 815298688,
            "stop": 815298710
        },
        {
            "start": 815298717,
            "stop": 815298786
        },
        {
            "start": 815298795,
            "stop": 815298840
        },
        {
            "start": 815298843,
            "stop": 815298860
        },
        {
            "start": 815298867,
            "stop": 815298932
        },
        {
            "start": 815298936,
            "stop": 815298941
        },
        {
            "start": 815298945,
            "stop": 815299015
        },
        {
            "start": 815299019,
            "stop": 815299024
        },
        {
            "start": 815299028,
            "stop": 815299044
        },
        {
            "start": 815299057,
            "stop": 815299083
        },
        {
            "start": 815299092,
            "stop": 815299116
        },
        {
            "start": 815299120,
            "stop": 815299164
        },
        {
            "start": 815299168,
            "stop": 815299229
        },
        {
            "start": 815299237,
            "stop": 815299289
        },
        {
            "start": 815299296,
            "stop": 815299311
        },
        {
            "start": 815299315,
            "stop": 815299365
        },
        {
            "start": 815299368,
            "stop": 815299402
        }
    ]
}