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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=175",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 176,
    "results": [
        {
            "start": 835498064,
            "stop": 835498354
        },
        {
            "start": 835498358,
            "stop": 835499593
        },
        {
            "start": 835500823,
            "stop": 835501693
        },
        {
            "start": 835502541,
            "stop": 835545133
        },
        {
            "start": 835547022,
            "stop": 835567453
        },
        {
            "start": 835568138,
            "stop": 835568393
        },
        {
            "start": 835568811,
            "stop": 835572130
        },
        {
            "start": 835572134,
            "stop": 835643683
        },
        {
            "start": 835644333,
            "stop": 835648004
        },
        {
            "start": 835648691,
            "stop": 835655435
        },
        {
            "start": 835691713,
            "stop": 835721823
        },
        {
            "start": 835730888,
            "stop": 835770728
        },
        {
            "start": 835772174,
            "stop": 835818119
        },
        {
            "start": 835819436,
            "stop": 835819448
        },
        {
            "start": 835819598,
            "stop": 835848115
        },
        {
            "start": 835849154,
            "stop": 835895113
        },
        {
            "start": 835897842,
            "stop": 835900453
        },
        {
            "start": 835901426,
            "stop": 835954317
        },
        {
            "start": 835955956,
            "stop": 836035060
        },
        {
            "start": 836035064,
            "stop": 836038864
        }
    ]
}