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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=326",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 327,
    "results": [
        {
            "start": 818729057,
            "stop": 818729059
        },
        {
            "start": 818729088,
            "stop": 818729093
        },
        {
            "start": 818729121,
            "stop": 818729143
        },
        {
            "start": 818729164,
            "stop": 818729212
        },
        {
            "start": 818729272,
            "stop": 818729273
        },
        {
            "start": 818729277,
            "stop": 818729299
        },
        {
            "start": 818729331,
            "stop": 818729346
        },
        {
            "start": 818729400,
            "stop": 818729410
        },
        {
            "start": 818729539,
            "stop": 818729557
        },
        {
            "start": 818729586,
            "stop": 818729589
        },
        {
            "start": 818729614,
            "stop": 818729615
        },
        {
            "start": 818729747,
            "stop": 818729758
        },
        {
            "start": 818729812,
            "stop": 818729834
        },
        {
            "start": 818729885,
            "stop": 818729887
        },
        {
            "start": 818732474,
            "stop": 818732495
        },
        {
            "start": 818732544,
            "stop": 818732545
        },
        {
            "start": 818732707,
            "stop": 818732712
        },
        {
            "start": 818732792,
            "stop": 818732793
        },
        {
            "start": 818732933,
            "stop": 818732941
        },
        {
            "start": 818732960,
            "stop": 818733040
        }
    ]
}