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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=67",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 68,
    "results": [
        {
            "start": 835476665,
            "stop": 835479724
        },
        {
            "start": 835479777,
            "stop": 835480057
        },
        {
            "start": 835481251,
            "stop": 835490040
        },
        {
            "start": 835491526,
            "stop": 835495866
        },
        {
            "start": 835497410,
            "stop": 835499635
        },
        {
            "start": 835500823,
            "stop": 835501741
        },
        {
            "start": 835502541,
            "stop": 835545182
        },
        {
            "start": 835547022,
            "stop": 835567489
        },
        {
            "start": 835568138,
            "stop": 835568393
        },
        {
            "start": 835568811,
            "stop": 835643713
        },
        {
            "start": 835644333,
            "stop": 835648034
        },
        {
            "start": 835648691,
            "stop": 835655435
        },
        {
            "start": 835691713,
            "stop": 835721853
        },
        {
            "start": 835730888,
            "stop": 835770758
        },
        {
            "start": 835772174,
            "stop": 835818149
        },
        {
            "start": 835819436,
            "stop": 835819448
        },
        {
            "start": 835819598,
            "stop": 835848144
        },
        {
            "start": 835849154,
            "stop": 835895156
        },
        {
            "start": 835897842,
            "stop": 835900494
        },
        {
            "start": 835901426,
            "stop": 835954347
        }
    ]
}