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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40917",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40915",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40916,
    "results": [
        {
            "start": 875100751,
            "stop": 875100797
        },
        {
            "start": 875100798,
            "stop": 875100805
        },
        {
            "start": 875100806,
            "stop": 875100855
        },
        {
            "start": 875100858,
            "stop": 875100907
        },
        {
            "start": 875100908,
            "stop": 875100916
        },
        {
            "start": 875100917,
            "stop": 875100929
        },
        {
            "start": 875100930,
            "stop": 875100953
        },
        {
            "start": 875100955,
            "stop": 875100979
        },
        {
            "start": 875100980,
            "stop": 875100988
        },
        {
            "start": 875100989,
            "stop": 875100990
        },
        {
            "start": 875100991,
            "stop": 875101000
        },
        {
            "start": 875101003,
            "stop": 875101009
        },
        {
            "start": 875101010,
            "stop": 875101027
        },
        {
            "start": 875101029,
            "stop": 875101049
        },
        {
            "start": 875101050,
            "stop": 875101051
        },
        {
            "start": 875101052,
            "stop": 875101053
        },
        {
            "start": 875101054,
            "stop": 875101060
        },
        {
            "start": 875101061,
            "stop": 875101131
        },
        {
            "start": 875101132,
            "stop": 875101161
        },
        {
            "start": 875101163,
            "stop": 875101199
        }
    ]
}