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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=567",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=565",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 566,
    "results": [
        {
            "start": 835491526,
            "stop": 835495866
        },
        {
            "start": 835497410,
            "stop": 835499634
        },
        {
            "start": 835500823,
            "stop": 835501740
        },
        {
            "start": 835502541,
            "stop": 835545181
        },
        {
            "start": 835547022,
            "stop": 835557052
        },
        {
            "start": 835557061,
            "stop": 835557062
        },
        {
            "start": 835557067,
            "stop": 835567488
        },
        {
            "start": 835568138,
            "stop": 835568393
        },
        {
            "start": 835568811,
            "stop": 835643707
        },
        {
            "start": 835644333,
            "stop": 835648031
        },
        {
            "start": 835648691,
            "stop": 835653085
        },
        {
            "start": 835653090,
            "stop": 835654977
        },
        {
            "start": 835654984,
            "stop": 835655435
        },
        {
            "start": 835691713,
            "stop": 835721850
        },
        {
            "start": 835730888,
            "stop": 835731780
        },
        {
            "start": 835731790,
            "stop": 835738634
        },
        {
            "start": 835738639,
            "stop": 835738658
        },
        {
            "start": 835738665,
            "stop": 835770756
        },
        {
            "start": 835772174,
            "stop": 835818146
        },
        {
            "start": 835819436,
            "stop": 835819448
        }
    ]
}