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=280
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=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=279",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 280,
    "results": [
        {
            "start": 818360566,
            "stop": 818360693
        },
        {
            "start": 818360714,
            "stop": 818360738
        },
        {
            "start": 818360781,
            "stop": 818360830
        },
        {
            "start": 818360864,
            "stop": 818360991
        },
        {
            "start": 818361013,
            "stop": 818361117
        },
        {
            "start": 818361155,
            "stop": 818361180
        },
        {
            "start": 818361219,
            "stop": 818361232
        },
        {
            "start": 818361254,
            "stop": 818361259
        },
        {
            "start": 818361299,
            "stop": 818361308
        },
        {
            "start": 818361331,
            "stop": 818361334
        },
        {
            "start": 818361376,
            "stop": 818361380
        },
        {
            "start": 818361400,
            "stop": 818361401
        },
        {
            "start": 818361430,
            "stop": 818361484
        },
        {
            "start": 818361505,
            "stop": 818361574
        },
        {
            "start": 818361595,
            "stop": 818361741
        },
        {
            "start": 818361782,
            "stop": 818361835
        },
        {
            "start": 818361855,
            "stop": 818361891
        },
        {
            "start": 818361911,
            "stop": 818361930
        },
        {
            "start": 818361952,
            "stop": 818362041
        },
        {
            "start": 818362061,
            "stop": 818362102
        }
    ]
}