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=5122
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=5123",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5121",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5122,
    "results": [
        {
            "start": 1135898077,
            "stop": 1135898078
        },
        {
            "start": 1135898080,
            "stop": 1135898089
        },
        {
            "start": 1135898091,
            "stop": 1135898130
        },
        {
            "start": 1135898132,
            "stop": 1135898138
        },
        {
            "start": 1135898140,
            "stop": 1135898144
        },
        {
            "start": 1135898146,
            "stop": 1135898386
        },
        {
            "start": 1135898388,
            "stop": 1135898456
        },
        {
            "start": 1135898458,
            "stop": 1135898463
        },
        {
            "start": 1135898465,
            "stop": 1135898472
        },
        {
            "start": 1135898474,
            "stop": 1135898491
        },
        {
            "start": 1135898493,
            "stop": 1135898517
        },
        {
            "start": 1135898521,
            "stop": 1135898536
        },
        {
            "start": 1135898538,
            "stop": 1135898540
        },
        {
            "start": 1135898542,
            "stop": 1135898550
        },
        {
            "start": 1135898552,
            "stop": 1135898563
        },
        {
            "start": 1135898565,
            "stop": 1135898585
        },
        {
            "start": 1135898587,
            "stop": 1135898591
        },
        {
            "start": 1135898593,
            "stop": 1135898608
        },
        {
            "start": 1135898610,
            "stop": 1135898617
        },
        {
            "start": 1135898619,
            "stop": 1135898800
        }
    ]
}