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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=716",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=714",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 715,
    "results": [
        {
            "start": 1267119264,
            "stop": 1267119638
        },
        {
            "start": 1267119642,
            "stop": 1267120143
        },
        {
            "start": 1267120148,
            "stop": 1267120352
        },
        {
            "start": 1267120353,
            "stop": 1267120806
        },
        {
            "start": 1267120807,
            "stop": 1267121835
        },
        {
            "start": 1267121838,
            "stop": 1267122649
        },
        {
            "start": 1267122650,
            "stop": 1267122984
        },
        {
            "start": 1267122985,
            "stop": 1267127035
        },
        {
            "start": 1267127039,
            "stop": 1267135226
        },
        {
            "start": 1267135229,
            "stop": 1267136332
        },
        {
            "start": 1267136335,
            "stop": 1267137185
        },
        {
            "start": 1267137187,
            "stop": 1267137437
        },
        {
            "start": 1267137439,
            "stop": 1267139673
        },
        {
            "start": 1267139677,
            "stop": 1267140540
        },
        {
            "start": 1267159681,
            "stop": 1267162692
        },
        {
            "start": 1267162693,
            "stop": 1267162695
        },
        {
            "start": 1267162696,
            "stop": 1267163448
        },
        {
            "start": 1267163450,
            "stop": 1267164970
        },
        {
            "start": 1267164973,
            "stop": 1267165083
        },
        {
            "start": 1267165087,
            "stop": 1267166042
        }
    ]
}