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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=244",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 245,
    "results": [
        {
            "start": 1239993710,
            "stop": 1239993849
        },
        {
            "start": 1239993850,
            "stop": 1239993969
        },
        {
            "start": 1239993970,
            "stop": 1239994089
        },
        {
            "start": 1239994090,
            "stop": 1239994209
        },
        {
            "start": 1239994210,
            "stop": 1239994274
        },
        {
            "start": 1239994278,
            "stop": 1239994280
        },
        {
            "start": 1239994284,
            "stop": 1239994329
        },
        {
            "start": 1239994330,
            "stop": 1239994422
        },
        {
            "start": 1239994426,
            "stop": 1239994449
        },
        {
            "start": 1239994450,
            "stop": 1239994569
        },
        {
            "start": 1239994570,
            "stop": 1239994689
        },
        {
            "start": 1239994690,
            "stop": 1239994809
        },
        {
            "start": 1239994810,
            "stop": 1239994929
        },
        {
            "start": 1239994930,
            "stop": 1239995049
        },
        {
            "start": 1239995050,
            "stop": 1239995127
        },
        {
            "start": 1239995131,
            "stop": 1239995169
        },
        {
            "start": 1239995170,
            "stop": 1239995180
        },
        {
            "start": 1239995183,
            "stop": 1239995289
        },
        {
            "start": 1239995290,
            "stop": 1239995409
        },
        {
            "start": 1239995410,
            "stop": 1239995529
        }
    ]
}