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=848
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=849",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=847",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 848,
    "results": [
        {
            "start": 1250469933,
            "stop": 1250470016
        },
        {
            "start": 1250470018,
            "stop": 1250470044
        },
        {
            "start": 1250470049,
            "stop": 1250470122
        },
        {
            "start": 1250470125,
            "stop": 1250470374
        },
        {
            "start": 1250470377,
            "stop": 1250471981
        },
        {
            "start": 1250471986,
            "stop": 1250472389
        },
        {
            "start": 1250472392,
            "stop": 1250472430
        },
        {
            "start": 1250472433,
            "stop": 1250472609
        },
        {
            "start": 1250472613,
            "stop": 1250472626
        },
        {
            "start": 1250472630,
            "stop": 1250472657
        },
        {
            "start": 1250472661,
            "stop": 1250472861
        },
        {
            "start": 1250472865,
            "stop": 1250472887
        },
        {
            "start": 1250472891,
            "stop": 1250472892
        },
        {
            "start": 1250472895,
            "stop": 1250476558
        },
        {
            "start": 1250476563,
            "stop": 1250477284
        },
        {
            "start": 1250477287,
            "stop": 1250477309
        },
        {
            "start": 1250477313,
            "stop": 1250477317
        },
        {
            "start": 1250477322,
            "stop": 1250477325
        },
        {
            "start": 1250477329,
            "stop": 1250477333
        },
        {
            "start": 1250477338,
            "stop": 1250477899
        }
    ]
}