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=5221
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=5222",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5220",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5221,
    "results": [
        {
            "start": 1136293220,
            "stop": 1136293306
        },
        {
            "start": 1136293308,
            "stop": 1136293318
        },
        {
            "start": 1136293320,
            "stop": 1136293327
        },
        {
            "start": 1136293329,
            "stop": 1136293377
        },
        {
            "start": 1136293379,
            "stop": 1136293418
        },
        {
            "start": 1136293420,
            "stop": 1136293443
        },
        {
            "start": 1136293445,
            "stop": 1136293511
        },
        {
            "start": 1136293513,
            "stop": 1136293588
        },
        {
            "start": 1136293590,
            "stop": 1136293614
        },
        {
            "start": 1136293616,
            "stop": 1136293701
        },
        {
            "start": 1136293703,
            "stop": 1136293799
        },
        {
            "start": 1136293801,
            "stop": 1136293812
        },
        {
            "start": 1136293814,
            "stop": 1136293826
        },
        {
            "start": 1136293828,
            "stop": 1136293829
        },
        {
            "start": 1136293831,
            "stop": 1136293839
        },
        {
            "start": 1136293841,
            "stop": 1136293871
        },
        {
            "start": 1136293873,
            "stop": 1136293881
        },
        {
            "start": 1136293883,
            "stop": 1136293884
        },
        {
            "start": 1136293886,
            "stop": 1136293913
        },
        {
            "start": 1136293915,
            "stop": 1136293944
        }
    ]
}