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_CBCLOW_CAT2/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_CBCLOW_CAT2/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=343",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 344,
    "results": [
        {
            "start": 823887213,
            "stop": 823887251
        },
        {
            "start": 823888291,
            "stop": 823888998
        },
        {
            "start": 823889008,
            "stop": 823889410
        },
        {
            "start": 823889415,
            "stop": 823889435
        },
        {
            "start": 823890013,
            "stop": 823890992
        },
        {
            "start": 823890997,
            "stop": 823891778
        },
        {
            "start": 823893817,
            "stop": 823894402
        },
        {
            "start": 823926051,
            "stop": 823927958
        },
        {
            "start": 823927965,
            "stop": 823929455
        },
        {
            "start": 823929462,
            "stop": 823930984
        },
        {
            "start": 823932208,
            "stop": 823937577
        },
        {
            "start": 823937917,
            "stop": 823938572
        },
        {
            "start": 823939192,
            "stop": 823941435
        },
        {
            "start": 823941492,
            "stop": 823950688
        },
        {
            "start": 823950693,
            "stop": 823950710
        },
        {
            "start": 823950717,
            "stop": 823950760
        },
        {
            "start": 823950765,
            "stop": 823950885
        },
        {
            "start": 823950892,
            "stop": 823950959
        },
        {
            "start": 823951379,
            "stop": 823951440
        },
        {
            "start": 823951445,
            "stop": 823951460
        }
    ]
}