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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5109",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5107",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5108,
    "results": [
        {
            "start": 1135887968,
            "stop": 1135888062
        },
        {
            "start": 1135888064,
            "stop": 1135888185
        },
        {
            "start": 1135888187,
            "stop": 1135888287
        },
        {
            "start": 1135888289,
            "stop": 1135888293
        },
        {
            "start": 1135888295,
            "stop": 1135888302
        },
        {
            "start": 1135888304,
            "stop": 1135888348
        },
        {
            "start": 1135888350,
            "stop": 1135888351
        },
        {
            "start": 1135888353,
            "stop": 1135888376
        },
        {
            "start": 1135888378,
            "stop": 1135888384
        },
        {
            "start": 1135888386,
            "stop": 1135888393
        },
        {
            "start": 1135888395,
            "stop": 1135888406
        },
        {
            "start": 1135888408,
            "stop": 1135888480
        },
        {
            "start": 1135888482,
            "stop": 1135888498
        },
        {
            "start": 1135888500,
            "stop": 1135888515
        },
        {
            "start": 1135888517,
            "stop": 1135888520
        },
        {
            "start": 1135888522,
            "stop": 1135888523
        },
        {
            "start": 1135888525,
            "stop": 1135888546
        },
        {
            "start": 1135888548,
            "stop": 1135888549
        },
        {
            "start": 1135888551,
            "stop": 1135888586
        },
        {
            "start": 1135888588,
            "stop": 1135888591
        }
    ]
}