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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=254",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 255,
    "results": [
        {
            "start": 818224452,
            "stop": 818224453
        },
        {
            "start": 818224462,
            "stop": 818224463
        },
        {
            "start": 818224481,
            "stop": 818224493
        },
        {
            "start": 818224516,
            "stop": 818224518
        },
        {
            "start": 818224527,
            "stop": 818224536
        },
        {
            "start": 818224559,
            "stop": 818224560
        },
        {
            "start": 818224572,
            "stop": 818224577
        },
        {
            "start": 818224597,
            "stop": 818224598
        },
        {
            "start": 818224606,
            "stop": 818224608
        },
        {
            "start": 818224616,
            "stop": 818224617
        },
        {
            "start": 818224621,
            "stop": 818224622
        },
        {
            "start": 818224628,
            "stop": 818224630
        },
        {
            "start": 818224633,
            "stop": 818224634
        },
        {
            "start": 818224638,
            "stop": 818224640
        },
        {
            "start": 818224652,
            "stop": 818224656
        },
        {
            "start": 818224664,
            "stop": 818224665
        },
        {
            "start": 818224668,
            "stop": 818224674
        },
        {
            "start": 818224677,
            "stop": 818224682
        },
        {
            "start": 818224697,
            "stop": 818224699
        },
        {
            "start": 818224709,
            "stop": 818224713
        }
    ]
}