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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=120",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 121,
    "results": [
        {
            "start": 818066859,
            "stop": 818066869
        },
        {
            "start": 818066872,
            "stop": 818066878
        },
        {
            "start": 818066887,
            "stop": 818066888
        },
        {
            "start": 818066906,
            "stop": 818066930
        },
        {
            "start": 818066937,
            "stop": 818066950
        },
        {
            "start": 818066953,
            "stop": 818066959
        },
        {
            "start": 818066962,
            "stop": 818066966
        },
        {
            "start": 818066970,
            "stop": 818066974
        },
        {
            "start": 818066977,
            "stop": 818066999
        },
        {
            "start": 818067002,
            "stop": 818067014
        },
        {
            "start": 818067017,
            "stop": 818067022
        },
        {
            "start": 818067025,
            "stop": 818067035
        },
        {
            "start": 818067038,
            "stop": 818067066
        },
        {
            "start": 818067070,
            "stop": 818067071
        },
        {
            "start": 818067074,
            "stop": 818067107
        },
        {
            "start": 818067110,
            "stop": 818067120
        },
        {
            "start": 818067123,
            "stop": 818067134
        },
        {
            "start": 818067138,
            "stop": 818067142
        },
        {
            "start": 818067145,
            "stop": 818067164
        },
        {
            "start": 818067169,
            "stop": 818067171
        }
    ]
}