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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4653",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4651",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4652,
    "results": [
        {
            "start": 969614741,
            "stop": 969614797
        },
        {
            "start": 969614800,
            "stop": 969614852
        },
        {
            "start": 969614855,
            "stop": 969614941
        },
        {
            "start": 969614945,
            "stop": 969615056
        },
        {
            "start": 969615059,
            "stop": 969615849
        },
        {
            "start": 969615852,
            "stop": 969616060
        },
        {
            "start": 969616063,
            "stop": 969616693
        },
        {
            "start": 969616696,
            "stop": 969616928
        },
        {
            "start": 969616931,
            "stop": 969617167
        },
        {
            "start": 969617170,
            "stop": 969618399
        },
        {
            "start": 969618402,
            "stop": 969618500
        },
        {
            "start": 969618503,
            "stop": 969618932
        },
        {
            "start": 969618935,
            "stop": 969619214
        },
        {
            "start": 969619217,
            "stop": 969619565
        },
        {
            "start": 969619568,
            "stop": 969619826
        },
        {
            "start": 969619829,
            "stop": 969620287
        },
        {
            "start": 969620290,
            "stop": 969620805
        },
        {
            "start": 969620808,
            "stop": 969621334
        },
        {
            "start": 969621338,
            "stop": 969621431
        },
        {
            "start": 969621434,
            "stop": 969621453
        }
    ]
}