Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5177
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5176",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5177,
    "results": [
        {
            "start": 874761687,
            "stop": 874761694
        },
        {
            "start": 874761701,
            "stop": 874761900
        },
        {
            "start": 874761907,
            "stop": 874762082
        },
        {
            "start": 874762089,
            "stop": 874762154
        },
        {
            "start": 874762161,
            "stop": 874762218
        },
        {
            "start": 874762225,
            "stop": 874762410
        },
        {
            "start": 874762418,
            "stop": 874762514
        },
        {
            "start": 874762528,
            "stop": 874762841
        },
        {
            "start": 874762850,
            "stop": 874762941
        },
        {
            "start": 874762948,
            "stop": 874763066
        },
        {
            "start": 874763073,
            "stop": 874763133
        },
        {
            "start": 874763140,
            "stop": 874763161
        },
        {
            "start": 874763168,
            "stop": 874763495
        },
        {
            "start": 874763503,
            "stop": 874763505
        },
        {
            "start": 874763513,
            "stop": 874763519
        },
        {
            "start": 874763526,
            "stop": 874763562
        },
        {
            "start": 874763575,
            "stop": 874763714
        },
        {
            "start": 874763722,
            "stop": 874763779
        },
        {
            "start": 874763789,
            "stop": 874763902
        },
        {
            "start": 874763909,
            "stop": 874763973
        }
    ]
}