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=453
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=454",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=452",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 453,
    "results": [
        {
            "start": 1264387730,
            "stop": 1264387732
        },
        {
            "start": 1264387733,
            "stop": 1264387736
        },
        {
            "start": 1264387738,
            "stop": 1264387740
        },
        {
            "start": 1264387741,
            "stop": 1264387745
        },
        {
            "start": 1264387746,
            "stop": 1264387826
        },
        {
            "start": 1264387829,
            "stop": 1264387873
        },
        {
            "start": 1264387876,
            "stop": 1264387882
        },
        {
            "start": 1264387886,
            "stop": 1264387964
        },
        {
            "start": 1264387966,
            "stop": 1264388035
        },
        {
            "start": 1264388040,
            "stop": 1264388043
        },
        {
            "start": 1264388045,
            "stop": 1264388052
        },
        {
            "start": 1264388053,
            "stop": 1264388092
        },
        {
            "start": 1264388094,
            "stop": 1264388104
        },
        {
            "start": 1264388109,
            "stop": 1264388116
        },
        {
            "start": 1264388121,
            "stop": 1264388188
        },
        {
            "start": 1264388191,
            "stop": 1264388241
        },
        {
            "start": 1264388246,
            "stop": 1264388334
        },
        {
            "start": 1264388336,
            "stop": 1264388402
        },
        {
            "start": 1264388405,
            "stop": 1264388457
        },
        {
            "start": 1264388460,
            "stop": 1264388525
        }
    ]
}