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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=44",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 45,
    "results": [
        {
            "start": 817530840,
            "stop": 817538598
        },
        {
            "start": 817538606,
            "stop": 817542034
        },
        {
            "start": 817542042,
            "stop": 817542081
        },
        {
            "start": 817542089,
            "stop": 817542110
        },
        {
            "start": 817542118,
            "stop": 817542161
        },
        {
            "start": 817542174,
            "stop": 817542186
        },
        {
            "start": 817543022,
            "stop": 817543432
        },
        {
            "start": 817543440,
            "stop": 817543746
        },
        {
            "start": 817543754,
            "stop": 817547686
        },
        {
            "start": 817547695,
            "stop": 817548249
        },
        {
            "start": 817548257,
            "stop": 817552563
        },
        {
            "start": 817552575,
            "stop": 817552584
        },
        {
            "start": 817552615,
            "stop": 817552616
        },
        {
            "start": 817553384,
            "stop": 817555318
        },
        {
            "start": 817555326,
            "stop": 817555499
        },
        {
            "start": 817555508,
            "stop": 817564037
        },
        {
            "start": 817564045,
            "stop": 817564064
        },
        {
            "start": 817564075,
            "stop": 817564083
        },
        {
            "start": 817564091,
            "stop": 817565462
        },
        {
            "start": 817565470,
            "stop": 817565649
        }
    ]
}