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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1348",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1346",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1347,
    "results": [
        {
            "start": 965053491,
            "stop": 965053495
        },
        {
            "start": 965056583,
            "stop": 965056660
        },
        {
            "start": 965056661,
            "stop": 965056713
        },
        {
            "start": 965056714,
            "stop": 965056743
        },
        {
            "start": 965056744,
            "stop": 965056758
        },
        {
            "start": 965056759,
            "stop": 965056940
        },
        {
            "start": 965056941,
            "stop": 965057118
        },
        {
            "start": 965057120,
            "stop": 965057486
        },
        {
            "start": 965057487,
            "stop": 965057593
        },
        {
            "start": 965057594,
            "stop": 965058358
        },
        {
            "start": 965058359,
            "stop": 965058388
        },
        {
            "start": 965060254,
            "stop": 965060298
        },
        {
            "start": 965060300,
            "stop": 965060709
        },
        {
            "start": 965060710,
            "stop": 965060751
        },
        {
            "start": 965060752,
            "stop": 965060870
        },
        {
            "start": 965060871,
            "stop": 965060890
        },
        {
            "start": 965064004,
            "stop": 965066447
        },
        {
            "start": 965066448,
            "stop": 965070811
        },
        {
            "start": 965073213,
            "stop": 965081188
        },
        {
            "start": 965081189,
            "stop": 965088393
        }
    ]
}