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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=53",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 54,
    "results": [
        {
            "start": 821760600,
            "stop": 821760687
        },
        {
            "start": 821760689,
            "stop": 821761228
        },
        {
            "start": 821761229,
            "stop": 821761611
        },
        {
            "start": 821761613,
            "stop": 821761633
        },
        {
            "start": 821761635,
            "stop": 821762160
        },
        {
            "start": 821762161,
            "stop": 821762162
        },
        {
            "start": 821762164,
            "stop": 821762649
        },
        {
            "start": 821762652,
            "stop": 821762658
        },
        {
            "start": 821762660,
            "stop": 821763514
        },
        {
            "start": 821763515,
            "stop": 821764349
        },
        {
            "start": 821764351,
            "stop": 821764471
        },
        {
            "start": 821764473,
            "stop": 821764559
        },
        {
            "start": 821764560,
            "stop": 821764859
        },
        {
            "start": 821764861,
            "stop": 821765015
        },
        {
            "start": 821765017,
            "stop": 821765041
        },
        {
            "start": 821765042,
            "stop": 821765100
        },
        {
            "start": 821765102,
            "stop": 821765208
        },
        {
            "start": 821765211,
            "stop": 821766467
        },
        {
            "start": 821766469,
            "stop": 821766479
        },
        {
            "start": 821766481,
            "stop": 821766648
        }
    ]
}