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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=273",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 274,
    "results": [
        {
            "start": 850065564,
            "stop": 850065574
        },
        {
            "start": 850065578,
            "stop": 850065593
        },
        {
            "start": 850065597,
            "stop": 850065636
        },
        {
            "start": 850065640,
            "stop": 850065646
        },
        {
            "start": 850065659,
            "stop": 850065665
        },
        {
            "start": 850065674,
            "stop": 850065685
        },
        {
            "start": 850065699,
            "stop": 850065744
        },
        {
            "start": 850065753,
            "stop": 850065759
        },
        {
            "start": 850065801,
            "stop": 850065807
        },
        {
            "start": 850065840,
            "stop": 850065850
        },
        {
            "start": 850065874,
            "stop": 850065889
        },
        {
            "start": 850065898,
            "stop": 850065903
        },
        {
            "start": 850065922,
            "stop": 850065947
        },
        {
            "start": 850065951,
            "stop": 850065961
        },
        {
            "start": 850065965,
            "stop": 850065971
        },
        {
            "start": 850065990,
            "stop": 850066010
        },
        {
            "start": 850066038,
            "stop": 850066044
        },
        {
            "start": 850066068,
            "stop": 850066074
        },
        {
            "start": 850066107,
            "stop": 850066113
        },
        {
            "start": 850066127,
            "stop": 850066133
        }
    ]
}