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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=32",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 33,
    "results": [
        {
            "start": 931189116,
            "stop": 931189154
        },
        {
            "start": 931189172,
            "stop": 931189185
        },
        {
            "start": 931189274,
            "stop": 931189276
        },
        {
            "start": 931189362,
            "stop": 931189364
        },
        {
            "start": 931189483,
            "stop": 931189504
        },
        {
            "start": 931189528,
            "stop": 931189593
        },
        {
            "start": 931189620,
            "stop": 931189631
        },
        {
            "start": 931189649,
            "stop": 931189651
        },
        {
            "start": 931189670,
            "stop": 931189687
        },
        {
            "start": 931189753,
            "stop": 931189769
        },
        {
            "start": 931189980,
            "stop": 931189983
        },
        {
            "start": 931190000,
            "stop": 931190008
        },
        {
            "start": 931190084,
            "stop": 931190094
        },
        {
            "start": 931190151,
            "stop": 931190161
        },
        {
            "start": 931190292,
            "stop": 931190293
        },
        {
            "start": 931190317,
            "stop": 931190331
        },
        {
            "start": 931190352,
            "stop": 931190357
        },
        {
            "start": 931190375,
            "stop": 931190376
        },
        {
            "start": 931190775,
            "stop": 931190782
        },
        {
            "start": 931190864,
            "stop": 931190916
        }
    ]
}