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=518
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=519",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=517",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 518,
    "results": [
        {
            "start": 1264642856,
            "stop": 1264643359
        },
        {
            "start": 1264643363,
            "stop": 1264643695
        },
        {
            "start": 1264643698,
            "stop": 1264644929
        },
        {
            "start": 1264644934,
            "stop": 1264646112
        },
        {
            "start": 1264646115,
            "stop": 1264646174
        },
        {
            "start": 1264646178,
            "stop": 1264646274
        },
        {
            "start": 1264646280,
            "stop": 1264647870
        },
        {
            "start": 1264647874,
            "stop": 1264649822
        },
        {
            "start": 1264649825,
            "stop": 1264649827
        },
        {
            "start": 1264649836,
            "stop": 1264650243
        },
        {
            "start": 1264650248,
            "stop": 1264650418
        },
        {
            "start": 1264650422,
            "stop": 1264650578
        },
        {
            "start": 1264650583,
            "stop": 1264650685
        },
        {
            "start": 1264650690,
            "stop": 1264650742
        },
        {
            "start": 1264650747,
            "stop": 1264650848
        },
        {
            "start": 1264650853,
            "stop": 1264650856
        },
        {
            "start": 1264650861,
            "stop": 1264650882
        },
        {
            "start": 1264650887,
            "stop": 1264650931
        },
        {
            "start": 1264650936,
            "stop": 1264651022
        },
        {
            "start": 1264653129,
            "stop": 1264654977
        }
    ]
}