Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=779
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=780",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=778",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 779,
    "results": [
        {
            "start": 1249527700,
            "stop": 1249528310
        },
        {
            "start": 1249528312,
            "stop": 1249533103
        },
        {
            "start": 1249533106,
            "stop": 1249536391
        },
        {
            "start": 1249536394,
            "stop": 1249537888
        },
        {
            "start": 1249537891,
            "stop": 1249538603
        },
        {
            "start": 1249538606,
            "stop": 1249540417
        },
        {
            "start": 1249540421,
            "stop": 1249540456
        },
        {
            "start": 1249540461,
            "stop": 1249541067
        },
        {
            "start": 1249541071,
            "stop": 1249541257
        },
        {
            "start": 1249541261,
            "stop": 1249542248
        },
        {
            "start": 1249542251,
            "stop": 1249542361
        },
        {
            "start": 1249542365,
            "stop": 1249542957
        },
        {
            "start": 1249542961,
            "stop": 1249544982
        },
        {
            "start": 1249544990,
            "stop": 1249549948
        },
        {
            "start": 1249557838,
            "stop": 1249558504
        },
        {
            "start": 1249558507,
            "stop": 1249559928
        },
        {
            "start": 1249559933,
            "stop": 1249563534
        },
        {
            "start": 1249563538,
            "stop": 1249563710
        },
        {
            "start": 1249563712,
            "stop": 1249564023
        },
        {
            "start": 1249564027,
            "stop": 1249566546
        }
    ]
}