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=5185
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=5186",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5184",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5185,
    "results": [
        {
            "start": 1136273503,
            "stop": 1136273515
        },
        {
            "start": 1136273517,
            "stop": 1136273563
        },
        {
            "start": 1136273565,
            "stop": 1136273586
        },
        {
            "start": 1136273588,
            "stop": 1136273600
        },
        {
            "start": 1136273602,
            "stop": 1136273633
        },
        {
            "start": 1136273635,
            "stop": 1136273662
        },
        {
            "start": 1136273664,
            "stop": 1136273675
        },
        {
            "start": 1136273677,
            "stop": 1136273678
        },
        {
            "start": 1136273680,
            "stop": 1136273692
        },
        {
            "start": 1136273694,
            "stop": 1136273738
        },
        {
            "start": 1136273740,
            "stop": 1136273765
        },
        {
            "start": 1136273767,
            "stop": 1136273774
        },
        {
            "start": 1136273776,
            "stop": 1136273796
        },
        {
            "start": 1136273797,
            "stop": 1136273808
        },
        {
            "start": 1136273809,
            "stop": 1136273843
        },
        {
            "start": 1136273845,
            "stop": 1136273858
        },
        {
            "start": 1136273860,
            "stop": 1136273875
        },
        {
            "start": 1136273877,
            "stop": 1136273894
        },
        {
            "start": 1136273896,
            "stop": 1136273911
        },
        {
            "start": 1136273913,
            "stop": 1136273939
        }
    ]
}