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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1672",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1670",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1671,
    "results": [
        {
            "start": 957336892,
            "stop": 957337200
        },
        {
            "start": 957337202,
            "stop": 957337472
        },
        {
            "start": 957337474,
            "stop": 957337506
        },
        {
            "start": 957337508,
            "stop": 957337836
        },
        {
            "start": 957337838,
            "stop": 957337959
        },
        {
            "start": 957337961,
            "stop": 957338062
        },
        {
            "start": 957338063,
            "stop": 957338474
        },
        {
            "start": 957338476,
            "stop": 957339099
        },
        {
            "start": 957339101,
            "stop": 957339209
        },
        {
            "start": 957339211,
            "stop": 957339213
        },
        {
            "start": 957339214,
            "stop": 957339242
        },
        {
            "start": 957339244,
            "stop": 957339308
        },
        {
            "start": 957339310,
            "stop": 957339455
        },
        {
            "start": 957339457,
            "stop": 957339490
        },
        {
            "start": 957339492,
            "stop": 957339529
        },
        {
            "start": 957339531,
            "stop": 957339540
        },
        {
            "start": 957339542,
            "stop": 957339818
        },
        {
            "start": 957339820,
            "stop": 957339996
        },
        {
            "start": 957339998,
            "stop": 957340432
        },
        {
            "start": 957340434,
            "stop": 957340527
        }
    ]
}