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/H1_BURST_CAT3/segments?format=api&page=197
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=196",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 197,
    "results": [
        {
            "start": 1126820708,
            "stop": 1126820711
        },
        {
            "start": 1126820712,
            "stop": 1126820713
        },
        {
            "start": 1126820714,
            "stop": 1126820721
        },
        {
            "start": 1126820725,
            "stop": 1126820736
        },
        {
            "start": 1126820738,
            "stop": 1126820746
        },
        {
            "start": 1126820748,
            "stop": 1126820768
        },
        {
            "start": 1126820770,
            "stop": 1126820789
        },
        {
            "start": 1126820790,
            "stop": 1126820798
        },
        {
            "start": 1126820799,
            "stop": 1126820808
        },
        {
            "start": 1126820809,
            "stop": 1126820825
        },
        {
            "start": 1126820826,
            "stop": 1126820836
        },
        {
            "start": 1126820837,
            "stop": 1126820838
        },
        {
            "start": 1126820839,
            "stop": 1126820840
        },
        {
            "start": 1126820841,
            "stop": 1126820842
        },
        {
            "start": 1126820843,
            "stop": 1126820851
        },
        {
            "start": 1126820852,
            "stop": 1126820859
        },
        {
            "start": 1126820860,
            "stop": 1126820861
        },
        {
            "start": 1126820863,
            "stop": 1126820911
        },
        {
            "start": 1126820912,
            "stop": 1126820952
        },
        {
            "start": 1126820953,
            "stop": 1126820958
        }
    ]
}