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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=343",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 344,
    "results": [
        {
            "start": 818856045,
            "stop": 818856052
        },
        {
            "start": 818856299,
            "stop": 818856345
        },
        {
            "start": 818856375,
            "stop": 818856388
        },
        {
            "start": 818856409,
            "stop": 818856411
        },
        {
            "start": 818856513,
            "stop": 818856578
        },
        {
            "start": 818856582,
            "stop": 818856608
        },
        {
            "start": 818856765,
            "stop": 818856816
        },
        {
            "start": 818856850,
            "stop": 818856885
        },
        {
            "start": 818856928,
            "stop": 818856929
        },
        {
            "start": 818857103,
            "stop": 818857124
        },
        {
            "start": 818857145,
            "stop": 818857154
        },
        {
            "start": 818857227,
            "stop": 818857228
        },
        {
            "start": 818857258,
            "stop": 818857308
        },
        {
            "start": 818857377,
            "stop": 818857405
        },
        {
            "start": 818857476,
            "stop": 818857489
        },
        {
            "start": 818857552,
            "stop": 818857561
        },
        {
            "start": 818857604,
            "stop": 818857653
        },
        {
            "start": 818857674,
            "stop": 818857675
        },
        {
            "start": 818857800,
            "stop": 818857831
        },
        {
            "start": 818857928,
            "stop": 818857948
        }
    ]
}