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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41098",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41096",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41097,
    "results": [
        {
            "start": 875224132,
            "stop": 875224145
        },
        {
            "start": 875224146,
            "stop": 875224187
        },
        {
            "start": 875224189,
            "stop": 875224265
        },
        {
            "start": 875224266,
            "stop": 875224295
        },
        {
            "start": 875224296,
            "stop": 875224328
        },
        {
            "start": 875224329,
            "stop": 875224361
        },
        {
            "start": 875224362,
            "stop": 875224382
        },
        {
            "start": 875224384,
            "stop": 875224407
        },
        {
            "start": 875224408,
            "stop": 875224422
        },
        {
            "start": 875224423,
            "stop": 875224430
        },
        {
            "start": 875224431,
            "stop": 875224478
        },
        {
            "start": 875224479,
            "stop": 875224490
        },
        {
            "start": 875224491,
            "stop": 875224541
        },
        {
            "start": 875224542,
            "stop": 875224553
        },
        {
            "start": 875224554,
            "stop": 875224588
        },
        {
            "start": 875224589,
            "stop": 875224651
        },
        {
            "start": 875224652,
            "stop": 875224700
        },
        {
            "start": 875224701,
            "stop": 875224720
        },
        {
            "start": 875224721,
            "stop": 875224750
        },
        {
            "start": 875224751,
            "stop": 875224771
        }
    ]
}