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=211
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=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=210",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 211,
    "results": [
        {
            "start": 817723066,
            "stop": 817723120
        },
        {
            "start": 817723203,
            "stop": 817723215
        },
        {
            "start": 817723266,
            "stop": 817723429
        },
        {
            "start": 817723449,
            "stop": 817723816
        },
        {
            "start": 817723835,
            "stop": 817723949
        },
        {
            "start": 817723987,
            "stop": 817724014
        },
        {
            "start": 817724035,
            "stop": 817724530
        },
        {
            "start": 817724549,
            "stop": 817724693
        },
        {
            "start": 817724712,
            "stop": 817724733
        },
        {
            "start": 817724772,
            "stop": 817724867
        },
        {
            "start": 817724918,
            "stop": 817725190
        },
        {
            "start": 817725209,
            "stop": 817725213
        },
        {
            "start": 817725243,
            "stop": 817725318
        },
        {
            "start": 817725341,
            "stop": 817725834
        },
        {
            "start": 817725864,
            "stop": 817725894
        },
        {
            "start": 817725929,
            "stop": 817725989
        },
        {
            "start": 817726020,
            "stop": 817726450
        },
        {
            "start": 817726474,
            "stop": 817726619
        },
        {
            "start": 817726639,
            "stop": 817726663
        },
        {
            "start": 817726722,
            "stop": 817726743
        }
    ]
}