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=295
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=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=294",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 295,
    "results": [
        {
            "start": 822388342,
            "stop": 822391831
        },
        {
            "start": 822391836,
            "stop": 822398056
        },
        {
            "start": 822398136,
            "stop": 822400159
        },
        {
            "start": 822400296,
            "stop": 822401846
        },
        {
            "start": 822401851,
            "stop": 822402317
        },
        {
            "start": 822402511,
            "stop": 822403016
        },
        {
            "start": 822403022,
            "stop": 822403385
        },
        {
            "start": 822403391,
            "stop": 822403466
        },
        {
            "start": 822403481,
            "stop": 822403548
        },
        {
            "start": 822403569,
            "stop": 822403578
        },
        {
            "start": 822404159,
            "stop": 822404495
        },
        {
            "start": 822404500,
            "stop": 822404611
        },
        {
            "start": 822404616,
            "stop": 822405068
        },
        {
            "start": 822405074,
            "stop": 822405186
        },
        {
            "start": 822405194,
            "stop": 822405299
        },
        {
            "start": 822405304,
            "stop": 822405499
        },
        {
            "start": 822405504,
            "stop": 822405684
        },
        {
            "start": 822405689,
            "stop": 822405830
        },
        {
            "start": 822405837,
            "stop": 822406161
        },
        {
            "start": 822406167,
            "stop": 822406338
        }
    ]
}