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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1072",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1070",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1071,
    "results": [
        {
            "start": 1253157521,
            "stop": 1253157616
        },
        {
            "start": 1253157620,
            "stop": 1253158018
        },
        {
            "start": 1253158023,
            "stop": 1253158371
        },
        {
            "start": 1253158376,
            "stop": 1253158532
        },
        {
            "start": 1253158536,
            "stop": 1253158689
        },
        {
            "start": 1253158693,
            "stop": 1253158754
        },
        {
            "start": 1253158759,
            "stop": 1253158822
        },
        {
            "start": 1253158825,
            "stop": 1253158933
        },
        {
            "start": 1253158936,
            "stop": 1253159061
        },
        {
            "start": 1253159065,
            "stop": 1253159333
        },
        {
            "start": 1253159338,
            "stop": 1253159547
        },
        {
            "start": 1253159552,
            "stop": 1253159773
        },
        {
            "start": 1253159777,
            "stop": 1253159884
        },
        {
            "start": 1253159888,
            "stop": 1253159899
        },
        {
            "start": 1253159903,
            "stop": 1253160000
        },
        {
            "start": 1253160008,
            "stop": 1253160023
        },
        {
            "start": 1253160026,
            "stop": 1253160261
        },
        {
            "start": 1253160264,
            "stop": 1253160336
        },
        {
            "start": 1253160341,
            "stop": 1253160383
        },
        {
            "start": 1253160387,
            "stop": 1253160476
        }
    ]
}