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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=165",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 166,
    "results": [
        {
            "start": 841179500,
            "stop": 841213569
        },
        {
            "start": 841213570,
            "stop": 841236351
        },
        {
            "start": 841237644,
            "stop": 841242278
        },
        {
            "start": 841243378,
            "stop": 841245134
        },
        {
            "start": 841246669,
            "stop": 841261959
        },
        {
            "start": 841263549,
            "stop": 841305663
        },
        {
            "start": 841307797,
            "stop": 841342503
        },
        {
            "start": 841343768,
            "stop": 841343776
        },
        {
            "start": 841343806,
            "stop": 841376525
        },
        {
            "start": 841377649,
            "stop": 841471812
        },
        {
            "start": 841475252,
            "stop": 841503823
        },
        {
            "start": 841520351,
            "stop": 841521742
        },
        {
            "start": 841522349,
            "stop": 841523539
        },
        {
            "start": 841526784,
            "stop": 841530589
        },
        {
            "start": 841531973,
            "stop": 841533316
        },
        {
            "start": 841534030,
            "stop": 841554138
        },
        {
            "start": 841557262,
            "stop": 841585982
        },
        {
            "start": 841586805,
            "stop": 841609164
        },
        {
            "start": 841609166,
            "stop": 841614419
        },
        {
            "start": 841614580,
            "stop": 841691446
        }
    ]
}