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=60
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=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=59",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 60,
    "results": [
        {
            "start": 821174791,
            "stop": 821175504
        },
        {
            "start": 821175507,
            "stop": 821175640
        },
        {
            "start": 821175643,
            "stop": 821175857
        },
        {
            "start": 821175860,
            "stop": 821180595
        },
        {
            "start": 821180596,
            "stop": 821182382
        },
        {
            "start": 821182993,
            "stop": 821183078
        },
        {
            "start": 821183398,
            "stop": 821183687
        },
        {
            "start": 821184087,
            "stop": 821185821
        },
        {
            "start": 821185822,
            "stop": 821186071
        },
        {
            "start": 821186391,
            "stop": 821208298
        },
        {
            "start": 821208889,
            "stop": 821209446
        },
        {
            "start": 821209846,
            "stop": 821216987
        },
        {
            "start": 821217307,
            "stop": 821217313
        },
        {
            "start": 821217713,
            "stop": 821217823
        },
        {
            "start": 821218510,
            "stop": 821219107
        },
        {
            "start": 821219110,
            "stop": 821222093
        },
        {
            "start": 821222677,
            "stop": 821222713
        },
        {
            "start": 821225176,
            "stop": 821232148
        },
        {
            "start": 821232164,
            "stop": 821232290
        },
        {
            "start": 821232766,
            "stop": 821232907
        }
    ]
}