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=5247
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=5248",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5246",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5247,
    "results": [
        {
            "start": 1136386616,
            "stop": 1136386619
        },
        {
            "start": 1136386621,
            "stop": 1136386623
        },
        {
            "start": 1136386625,
            "stop": 1136386633
        },
        {
            "start": 1136386635,
            "stop": 1136386648
        },
        {
            "start": 1136386650,
            "stop": 1136386712
        },
        {
            "start": 1136386714,
            "stop": 1136386731
        },
        {
            "start": 1136386733,
            "stop": 1136386743
        },
        {
            "start": 1136386745,
            "stop": 1136386758
        },
        {
            "start": 1136386760,
            "stop": 1136386768
        },
        {
            "start": 1136386771,
            "stop": 1136386778
        },
        {
            "start": 1136386780,
            "stop": 1136386860
        },
        {
            "start": 1136386864,
            "stop": 1136386879
        },
        {
            "start": 1136386881,
            "stop": 1136386920
        },
        {
            "start": 1136386922,
            "stop": 1136386945
        },
        {
            "start": 1136386947,
            "stop": 1136386961
        },
        {
            "start": 1136386963,
            "stop": 1136386991
        },
        {
            "start": 1136386993,
            "stop": 1136387003
        },
        {
            "start": 1136387005,
            "stop": 1136387010
        },
        {
            "start": 1136387012,
            "stop": 1136387158
        },
        {
            "start": 1136387160,
            "stop": 1136387182
        }
    ]
}