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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=168",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 169,
    "results": [
        {
            "start": 817284733,
            "stop": 817284831
        },
        {
            "start": 817284848,
            "stop": 817286395
        },
        {
            "start": 817286398,
            "stop": 817286400
        },
        {
            "start": 817286404,
            "stop": 817286430
        },
        {
            "start": 817290054,
            "stop": 817290085
        },
        {
            "start": 817290106,
            "stop": 817290178
        },
        {
            "start": 817290316,
            "stop": 817290317
        },
        {
            "start": 817290340,
            "stop": 817290341
        },
        {
            "start": 817290353,
            "stop": 817290361
        },
        {
            "start": 817290375,
            "stop": 817290418
        },
        {
            "start": 817290427,
            "stop": 817290446
        },
        {
            "start": 817290449,
            "stop": 817290470
        },
        {
            "start": 817290487,
            "stop": 817290525
        },
        {
            "start": 817290562,
            "stop": 817290620
        },
        {
            "start": 817290637,
            "stop": 817290891
        },
        {
            "start": 817290966,
            "stop": 817290967
        },
        {
            "start": 817290999,
            "stop": 817291006
        },
        {
            "start": 817291009,
            "stop": 817291034
        },
        {
            "start": 817291043,
            "stop": 817291044
        },
        {
            "start": 817291051,
            "stop": 817291071
        }
    ]
}