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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=62",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 63,
    "results": [
        {
            "start": 1172206920,
            "stop": 1172220877
        },
        {
            "start": 1172220881,
            "stop": 1172222659
        },
        {
            "start": 1172222663,
            "stop": 1172223547
        },
        {
            "start": 1172223550,
            "stop": 1172239913
        },
        {
            "start": 1172239916,
            "stop": 1172239917
        },
        {
            "start": 1172239920,
            "stop": 1172239932
        },
        {
            "start": 1172239935,
            "stop": 1172244020
        },
        {
            "start": 1172244024,
            "stop": 1172258325
        },
        {
            "start": 1172258328,
            "stop": 1172268065
        },
        {
            "start": 1172268068,
            "stop": 1172270917
        },
        {
            "start": 1172270921,
            "stop": 1172276821
        },
        {
            "start": 1172276825,
            "stop": 1172291486
        },
        {
            "start": 1172291490,
            "stop": 1172292309
        },
        {
            "start": 1172292620,
            "stop": 1172317500
        },
        {
            "start": 1172317504,
            "stop": 1172323634
        },
        {
            "start": 1172323638,
            "stop": 1172326683
        },
        {
            "start": 1172326686,
            "stop": 1172329956
        },
        {
            "start": 1172329960,
            "stop": 1172333089
        },
        {
            "start": 1172362758,
            "stop": 1172370989
        },
        {
            "start": 1172371033,
            "stop": 1172384070
        }
    ]
}