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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=84",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 85,
    "results": [
        {
            "start": 821351078,
            "stop": 821351182
        },
        {
            "start": 821351185,
            "stop": 821351347
        },
        {
            "start": 821351350,
            "stop": 821351356
        },
        {
            "start": 821351359,
            "stop": 821351397
        },
        {
            "start": 821351400,
            "stop": 821351656
        },
        {
            "start": 821351659,
            "stop": 821351672
        },
        {
            "start": 821351675,
            "stop": 821351685
        },
        {
            "start": 821351688,
            "stop": 821351722
        },
        {
            "start": 821351728,
            "stop": 821351788
        },
        {
            "start": 821351791,
            "stop": 821351833
        },
        {
            "start": 821351836,
            "stop": 821351866
        },
        {
            "start": 821351869,
            "stop": 821352119
        },
        {
            "start": 821352122,
            "stop": 821352193
        },
        {
            "start": 821352196,
            "stop": 821352216
        },
        {
            "start": 821352219,
            "stop": 821352223
        },
        {
            "start": 821352226,
            "stop": 821352656
        },
        {
            "start": 821352659,
            "stop": 821352717
        },
        {
            "start": 821352721,
            "stop": 821352735
        },
        {
            "start": 821352738,
            "stop": 821352810
        },
        {
            "start": 821352813,
            "stop": 821352870
        }
    ]
}