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=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=20",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 21,
    "results": [
        {
            "start": 816265728,
            "stop": 816266372
        },
        {
            "start": 816266385,
            "stop": 816270883
        },
        {
            "start": 816271064,
            "stop": 816271447
        },
        {
            "start": 816271451,
            "stop": 816271597
        },
        {
            "start": 816273495,
            "stop": 816273770
        },
        {
            "start": 816273910,
            "stop": 816274560
        },
        {
            "start": 816274620,
            "stop": 816275090
        },
        {
            "start": 816275170,
            "stop": 816275280
        },
        {
            "start": 816275340,
            "stop": 816276060
        },
        {
            "start": 816276120,
            "stop": 816276720
        },
        {
            "start": 816276780,
            "stop": 816276830
        },
        {
            "start": 816276960,
            "stop": 816277093
        },
        {
            "start": 816277994,
            "stop": 816278220
        },
        {
            "start": 816278280,
            "stop": 816278340
        },
        {
            "start": 816278400,
            "stop": 816278441
        },
        {
            "start": 816278449,
            "stop": 816278700
        },
        {
            "start": 816278760,
            "stop": 816278880
        },
        {
            "start": 816278940,
            "stop": 816279000
        },
        {
            "start": 816279120,
            "stop": 816279240
        },
        {
            "start": 816279300,
            "stop": 816279420
        }
    ]
}