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=1064
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=1065",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1063",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1064,
    "results": [
        {
            "start": 1253091715,
            "stop": 1253091954
        },
        {
            "start": 1253091957,
            "stop": 1253092282
        },
        {
            "start": 1253092286,
            "stop": 1253092405
        },
        {
            "start": 1253092409,
            "stop": 1253092463
        },
        {
            "start": 1253092467,
            "stop": 1253092493
        },
        {
            "start": 1253092496,
            "stop": 1253092658
        },
        {
            "start": 1253092662,
            "stop": 1253092736
        },
        {
            "start": 1253092739,
            "stop": 1253092925
        },
        {
            "start": 1253092929,
            "stop": 1253092944
        },
        {
            "start": 1253092948,
            "stop": 1253092987
        },
        {
            "start": 1253092991,
            "stop": 1253093194
        },
        {
            "start": 1253093197,
            "stop": 1253093492
        },
        {
            "start": 1253093496,
            "stop": 1253093645
        },
        {
            "start": 1253093648,
            "stop": 1253094066
        },
        {
            "start": 1253094069,
            "stop": 1253094158
        },
        {
            "start": 1253094162,
            "stop": 1253094222
        },
        {
            "start": 1253094225,
            "stop": 1253094464
        },
        {
            "start": 1253094469,
            "stop": 1253094775
        },
        {
            "start": 1253094779,
            "stop": 1253094835
        },
        {
            "start": 1253094839,
            "stop": 1253094844
        }
    ]
}