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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=322",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 323,
    "results": [
        {
            "start": 931858427,
            "stop": 931858444
        },
        {
            "start": 931858447,
            "stop": 931858455
        },
        {
            "start": 931858458,
            "stop": 931858460
        },
        {
            "start": 931858462,
            "stop": 931858463
        },
        {
            "start": 931858465,
            "stop": 931858481
        },
        {
            "start": 931858486,
            "stop": 931858490
        },
        {
            "start": 931858492,
            "stop": 931858493
        },
        {
            "start": 931858495,
            "stop": 931858510
        },
        {
            "start": 931858513,
            "stop": 931858514
        },
        {
            "start": 931858516,
            "stop": 931858520
        },
        {
            "start": 931858524,
            "stop": 931858531
        },
        {
            "start": 931858533,
            "stop": 931858539
        },
        {
            "start": 931858543,
            "stop": 931858551
        },
        {
            "start": 931858555,
            "stop": 931858565
        },
        {
            "start": 931858567,
            "stop": 931858571
        },
        {
            "start": 931858573,
            "stop": 931858575
        },
        {
            "start": 931858578,
            "stop": 931858580
        },
        {
            "start": 931858589,
            "stop": 931858590
        },
        {
            "start": 931868259,
            "stop": 931868885
        },
        {
            "start": 931868886,
            "stop": 931869001
        }
    ]
}