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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=140",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 141,
    "results": [
        {
            "start": 826079730,
            "stop": 826079732
        },
        {
            "start": 826079754,
            "stop": 826079755
        },
        {
            "start": 826079842,
            "stop": 826079844
        },
        {
            "start": 826079866,
            "stop": 826079867
        },
        {
            "start": 826079875,
            "stop": 826079876
        },
        {
            "start": 826079882,
            "stop": 826079883
        },
        {
            "start": 826079891,
            "stop": 826079893
        },
        {
            "start": 826080114,
            "stop": 826080115
        },
        {
            "start": 826080202,
            "stop": 826080203
        },
        {
            "start": 826080307,
            "stop": 826080309
        },
        {
            "start": 826080313,
            "stop": 826080314
        },
        {
            "start": 826080319,
            "stop": 826080320
        },
        {
            "start": 826080340,
            "stop": 826080342
        },
        {
            "start": 826080343,
            "stop": 826080345
        },
        {
            "start": 826080358,
            "stop": 826080359
        },
        {
            "start": 826080361,
            "stop": 826080362
        },
        {
            "start": 826080367,
            "stop": 826080369
        },
        {
            "start": 826080373,
            "stop": 826080376
        },
        {
            "start": 826080382,
            "stop": 826080383
        },
        {
            "start": 826080405,
            "stop": 826080406
        }
    ]
}