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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=176",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 177,
    "results": [
        {
            "start": 839609304,
            "stop": 839622210
        },
        {
            "start": 839622266,
            "stop": 839635693
        },
        {
            "start": 839636011,
            "stop": 839642473
        },
        {
            "start": 839642485,
            "stop": 839642486
        },
        {
            "start": 839642653,
            "stop": 839659873
        },
        {
            "start": 839659878,
            "stop": 839659880
        },
        {
            "start": 839662574,
            "stop": 839670463
        },
        {
            "start": 839671525,
            "stop": 839678893
        },
        {
            "start": 839678920,
            "stop": 839678922
        },
        {
            "start": 839679557,
            "stop": 839682313
        },
        {
            "start": 839682318,
            "stop": 839682320
        },
        {
            "start": 839714291,
            "stop": 839714413
        },
        {
            "start": 839714421,
            "stop": 839714422
        },
        {
            "start": 839714490,
            "stop": 839716026
        },
        {
            "start": 839717884,
            "stop": 839740494
        },
        {
            "start": 839741316,
            "stop": 839748733
        },
        {
            "start": 839750786,
            "stop": 839763553
        },
        {
            "start": 839763588,
            "stop": 839763589
        },
        {
            "start": 839764236,
            "stop": 839766673
        },
        {
            "start": 839766695,
            "stop": 839766696
        }
    ]
}