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=5201
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=5202",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5200",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5201,
    "results": [
        {
            "start": 1136280653,
            "stop": 1136280657
        },
        {
            "start": 1136280659,
            "stop": 1136280661
        },
        {
            "start": 1136280663,
            "stop": 1136280703
        },
        {
            "start": 1136280705,
            "stop": 1136280713
        },
        {
            "start": 1136280715,
            "stop": 1136280719
        },
        {
            "start": 1136280722,
            "stop": 1136280747
        },
        {
            "start": 1136280749,
            "stop": 1136280756
        },
        {
            "start": 1136280758,
            "stop": 1136280777
        },
        {
            "start": 1136280779,
            "stop": 1136280832
        },
        {
            "start": 1136280834,
            "stop": 1136280859
        },
        {
            "start": 1136280861,
            "stop": 1136280879
        },
        {
            "start": 1136280881,
            "stop": 1136280884
        },
        {
            "start": 1136280886,
            "stop": 1136280889
        },
        {
            "start": 1136280891,
            "stop": 1136280902
        },
        {
            "start": 1136280904,
            "stop": 1136280907
        },
        {
            "start": 1136280909,
            "stop": 1136280915
        },
        {
            "start": 1136280916,
            "stop": 1136280959
        },
        {
            "start": 1136280961,
            "stop": 1136280994
        },
        {
            "start": 1136280996,
            "stop": 1136281003
        },
        {
            "start": 1136281005,
            "stop": 1136281007
        }
    ]
}