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=719
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=720",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=718",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 719,
    "results": [
        {
            "start": 1267322281,
            "stop": 1267323248
        },
        {
            "start": 1267323251,
            "stop": 1267327143
        },
        {
            "start": 1267327144,
            "stop": 1267330766
        },
        {
            "start": 1267330768,
            "stop": 1267337336
        },
        {
            "start": 1267337344,
            "stop": 1267340587
        },
        {
            "start": 1267340591,
            "stop": 1267345600
        },
        {
            "start": 1267345605,
            "stop": 1267349381
        },
        {
            "start": 1267349385,
            "stop": 1267352297
        },
        {
            "start": 1267352299,
            "stop": 1267353183
        },
        {
            "start": 1267353184,
            "stop": 1267354460
        },
        {
            "start": 1267354465,
            "stop": 1267355979
        },
        {
            "start": 1267355983,
            "stop": 1267356063
        },
        {
            "start": 1267356065,
            "stop": 1267356149
        },
        {
            "start": 1267356151,
            "stop": 1267359343
        },
        {
            "start": 1267359346,
            "stop": 1267360621
        },
        {
            "start": 1267360625,
            "stop": 1267362119
        },
        {
            "start": 1267362123,
            "stop": 1267362841
        },
        {
            "start": 1267362842,
            "stop": 1267362847
        },
        {
            "start": 1267362848,
            "stop": 1267362849
        },
        {
            "start": 1267362850,
            "stop": 1267362949
        }
    ]
}