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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=348",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 349,
    "results": [
        {
            "start": 1383318105,
            "stop": 1383340874
        },
        {
            "start": 1383340877,
            "stop": 1383365378
        },
        {
            "start": 1383365382,
            "stop": 1383367329
        },
        {
            "start": 1383367334,
            "stop": 1383377724
        },
        {
            "start": 1383377727,
            "stop": 1383383094
        },
        {
            "start": 1383383098,
            "stop": 1383391610
        },
        {
            "start": 1383391614,
            "stop": 1383394371
        },
        {
            "start": 1383394376,
            "stop": 1383395045
        },
        {
            "start": 1383395050,
            "stop": 1383397551
        },
        {
            "start": 1383397553,
            "stop": 1383401183
        },
        {
            "start": 1383401187,
            "stop": 1383401404
        },
        {
            "start": 1383401409,
            "stop": 1383404656
        },
        {
            "start": 1383424463,
            "stop": 1383430966
        },
        {
            "start": 1383430969,
            "stop": 1383433805
        },
        {
            "start": 1383433810,
            "stop": 1383442290
        },
        {
            "start": 1383442294,
            "stop": 1383455698
        },
        {
            "start": 1383455703,
            "stop": 1383455713
        },
        {
            "start": 1383478943,
            "stop": 1383479500
        },
        {
            "start": 1383479504,
            "stop": 1383485138
        },
        {
            "start": 1383500560,
            "stop": 1383503652
        }
    ]
}