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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3308",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3306",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3307,
    "results": [
        {
            "start": 875005440,
            "stop": 875007300
        },
        {
            "start": 875007420,
            "stop": 875014800
        },
        {
            "start": 875014860,
            "stop": 875014920
        },
        {
            "start": 875015040,
            "stop": 875016180
        },
        {
            "start": 875016240,
            "stop": 875016300
        },
        {
            "start": 875016420,
            "stop": 875016480
        },
        {
            "start": 875016720,
            "stop": 875016900
        },
        {
            "start": 875017440,
            "stop": 875017680
        },
        {
            "start": 875017740,
            "stop": 875019153
        },
        {
            "start": 875019156,
            "stop": 875019293
        },
        {
            "start": 875019296,
            "stop": 875019300
        },
        {
            "start": 875019360,
            "stop": 875019576
        },
        {
            "start": 875019579,
            "stop": 875019855
        },
        {
            "start": 875019858,
            "stop": 875019865
        },
        {
            "start": 875019870,
            "stop": 875019956
        },
        {
            "start": 875019961,
            "stop": 875019967
        },
        {
            "start": 875019971,
            "stop": 875020140
        },
        {
            "start": 875020200,
            "stop": 875020297
        },
        {
            "start": 875020300,
            "stop": 875020397
        },
        {
            "start": 875020401,
            "stop": 875020560
        }
    ]
}