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=5940
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=5941",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5939",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5940,
    "results": [
        {
            "start": 873186296,
            "stop": 873186342
        },
        {
            "start": 873186343,
            "stop": 873186419
        },
        {
            "start": 873186420,
            "stop": 873186435
        },
        {
            "start": 873186437,
            "stop": 873186600
        },
        {
            "start": 873186601,
            "stop": 873187071
        },
        {
            "start": 873187072,
            "stop": 873188445
        },
        {
            "start": 873188446,
            "stop": 873188452
        },
        {
            "start": 873188453,
            "stop": 873188488
        },
        {
            "start": 873188490,
            "stop": 873188501
        },
        {
            "start": 873188503,
            "stop": 873188513
        },
        {
            "start": 873188514,
            "stop": 873188522
        },
        {
            "start": 873188523,
            "stop": 873188535
        },
        {
            "start": 873189876,
            "stop": 873190159
        },
        {
            "start": 873190160,
            "stop": 873190962
        },
        {
            "start": 873190963,
            "stop": 873191627
        },
        {
            "start": 873191628,
            "stop": 873192076
        },
        {
            "start": 873192077,
            "stop": 873192410
        },
        {
            "start": 873192413,
            "stop": 873192415
        },
        {
            "start": 873192418,
            "stop": 873192462
        },
        {
            "start": 873192465,
            "stop": 873192474
        }
    ]
}