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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=184",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 185,
    "results": [
        {
            "start": 1240087988,
            "stop": 1240088107
        },
        {
            "start": 1240088108,
            "stop": 1240088227
        },
        {
            "start": 1240088228,
            "stop": 1240088347
        },
        {
            "start": 1240088348,
            "stop": 1240088467
        },
        {
            "start": 1240088468,
            "stop": 1240088587
        },
        {
            "start": 1240088588,
            "stop": 1240088707
        },
        {
            "start": 1240088708,
            "stop": 1240088827
        },
        {
            "start": 1240088828,
            "stop": 1240088947
        },
        {
            "start": 1240088948,
            "stop": 1240089067
        },
        {
            "start": 1240089068,
            "stop": 1240089187
        },
        {
            "start": 1240089188,
            "stop": 1240089307
        },
        {
            "start": 1240089308,
            "stop": 1240089427
        },
        {
            "start": 1240089428,
            "stop": 1240089547
        },
        {
            "start": 1240089548,
            "stop": 1240089667
        },
        {
            "start": 1240089668,
            "stop": 1240089787
        },
        {
            "start": 1240089788,
            "stop": 1240089907
        },
        {
            "start": 1240089908,
            "stop": 1240089990
        },
        {
            "start": 1240108435,
            "stop": 1240108506
        },
        {
            "start": 1240108508,
            "stop": 1240108582
        },
        {
            "start": 1240109258,
            "stop": 1240109346
        }
    ]
}