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=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_CAT4/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=210",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 211,
    "results": [
        {
            "start": 817761164,
            "stop": 817761176
        },
        {
            "start": 817761238,
            "stop": 817761260
        },
        {
            "start": 817761458,
            "stop": 817761479
        },
        {
            "start": 817761523,
            "stop": 817761556
        },
        {
            "start": 817761594,
            "stop": 817761602
        },
        {
            "start": 817761626,
            "stop": 817761667
        },
        {
            "start": 817761688,
            "stop": 817761703
        },
        {
            "start": 817761724,
            "stop": 817761771
        },
        {
            "start": 817761991,
            "stop": 817761995
        },
        {
            "start": 817762099,
            "stop": 817762108
        },
        {
            "start": 817762129,
            "stop": 817762348
        },
        {
            "start": 817762378,
            "stop": 817762475
        },
        {
            "start": 817762551,
            "stop": 817762560
        },
        {
            "start": 817762680,
            "stop": 817762742
        },
        {
            "start": 817762763,
            "stop": 817762902
        },
        {
            "start": 817762924,
            "stop": 817762934
        },
        {
            "start": 817762997,
            "stop": 817762998
        },
        {
            "start": 817763067,
            "stop": 817763086
        },
        {
            "start": 817763107,
            "stop": 817763129
        },
        {
            "start": 817763151,
            "stop": 817763204
        }
    ]
}