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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=130",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 131,
    "results": [
        {
            "start": 851645178,
            "stop": 851660543
        },
        {
            "start": 851661166,
            "stop": 851666134
        },
        {
            "start": 851669462,
            "stop": 851674673
        },
        {
            "start": 851677734,
            "stop": 851698055
        },
        {
            "start": 851699585,
            "stop": 851778675
        },
        {
            "start": 851780244,
            "stop": 851780872
        },
        {
            "start": 851782098,
            "stop": 851785380
        },
        {
            "start": 851786839,
            "stop": 851787976
        },
        {
            "start": 851805974,
            "stop": 851864222
        },
        {
            "start": 851867117,
            "stop": 851872173
        },
        {
            "start": 851872196,
            "stop": 851872197
        },
        {
            "start": 851872286,
            "stop": 851921393
        },
        {
            "start": 851921638,
            "stop": 851928195
        },
        {
            "start": 851928804,
            "stop": 851934664
        },
        {
            "start": 851937679,
            "stop": 851939825
        },
        {
            "start": 851946828,
            "stop": 851965668
        },
        {
            "start": 851970009,
            "stop": 851970525
        },
        {
            "start": 851976314,
            "stop": 851978582
        },
        {
            "start": 851979666,
            "stop": 851980353
        },
        {
            "start": 851980447,
            "stop": 851980573
        }
    ]
}