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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=118",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 119,
    "results": [
        {
            "start": 816959650,
            "stop": 816959681
        },
        {
            "start": 816959750,
            "stop": 816959799
        },
        {
            "start": 816959820,
            "stop": 816959910
        },
        {
            "start": 816959950,
            "stop": 816959954
        },
        {
            "start": 816959987,
            "stop": 816960003
        },
        {
            "start": 816960040,
            "stop": 816960217
        },
        {
            "start": 816960246,
            "stop": 816960320
        },
        {
            "start": 816960353,
            "stop": 816960383
        },
        {
            "start": 816960405,
            "stop": 816960442
        },
        {
            "start": 816960463,
            "stop": 816960468
        },
        {
            "start": 816960500,
            "stop": 816960514
        },
        {
            "start": 816960566,
            "stop": 816960587
        },
        {
            "start": 816960607,
            "stop": 816960618
        },
        {
            "start": 816960668,
            "stop": 816960670
        },
        {
            "start": 816960718,
            "stop": 816960723
        },
        {
            "start": 816960783,
            "stop": 816960816
        },
        {
            "start": 816960837,
            "stop": 816960915
        },
        {
            "start": 816960935,
            "stop": 816960969
        },
        {
            "start": 816961016,
            "stop": 816961018
        },
        {
            "start": 816961045,
            "stop": 816961126
        }
    ]
}