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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6023",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6021",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6022,
    "results": [
        {
            "start": 873600521,
            "stop": 873600619
        },
        {
            "start": 873600622,
            "stop": 873601628
        },
        {
            "start": 873601636,
            "stop": 873601637
        },
        {
            "start": 873601640,
            "stop": 873601680
        },
        {
            "start": 873601684,
            "stop": 873601686
        },
        {
            "start": 873601689,
            "stop": 873601933
        },
        {
            "start": 873601939,
            "stop": 873602026
        },
        {
            "start": 873602029,
            "stop": 873602031
        },
        {
            "start": 873602034,
            "stop": 873602095
        },
        {
            "start": 873602098,
            "stop": 873602102
        },
        {
            "start": 873602105,
            "stop": 873602342
        },
        {
            "start": 873602344,
            "stop": 873602373
        },
        {
            "start": 873602376,
            "stop": 873602378
        },
        {
            "start": 873602381,
            "stop": 873602407
        },
        {
            "start": 873602410,
            "stop": 873602437
        },
        {
            "start": 873602440,
            "stop": 873602469
        },
        {
            "start": 873602472,
            "stop": 873602482
        },
        {
            "start": 873602485,
            "stop": 873602661
        },
        {
            "start": 873602664,
            "stop": 873602693
        },
        {
            "start": 873602696,
            "stop": 873603383
        }
    ]
}