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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=48",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 49,
    "results": [
        {
            "start": 817214141,
            "stop": 817215013
        },
        {
            "start": 817215020,
            "stop": 817215600
        },
        {
            "start": 817215660,
            "stop": 817218170
        },
        {
            "start": 817218250,
            "stop": 817218352
        },
        {
            "start": 817219167,
            "stop": 817219519
        },
        {
            "start": 817219526,
            "stop": 817221219
        },
        {
            "start": 817221226,
            "stop": 817221801
        },
        {
            "start": 817221808,
            "stop": 817221910
        },
        {
            "start": 817221917,
            "stop": 817222011
        },
        {
            "start": 817222018,
            "stop": 817222092
        },
        {
            "start": 817222105,
            "stop": 817222131
        },
        {
            "start": 817222138,
            "stop": 817222162
        },
        {
            "start": 817222169,
            "stop": 817222217
        },
        {
            "start": 817222224,
            "stop": 817222272
        },
        {
            "start": 817222276,
            "stop": 817222476
        },
        {
            "start": 817222483,
            "stop": 817222485
        },
        {
            "start": 817222493,
            "stop": 817222517
        },
        {
            "start": 817222525,
            "stop": 817222527
        },
        {
            "start": 817222547,
            "stop": 817222573
        },
        {
            "start": 817222580,
            "stop": 817222692
        }
    ]
}