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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5711",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5709",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5710,
    "results": [
        {
            "start": 874598423,
            "stop": 874598456
        },
        {
            "start": 874598459,
            "stop": 874598499
        },
        {
            "start": 874598502,
            "stop": 874598601
        },
        {
            "start": 874598605,
            "stop": 874598679
        },
        {
            "start": 874598683,
            "stop": 874598741
        },
        {
            "start": 874598745,
            "stop": 874598814
        },
        {
            "start": 874598817,
            "stop": 874598882
        },
        {
            "start": 874598885,
            "stop": 874598941
        },
        {
            "start": 874598945,
            "stop": 874598993
        },
        {
            "start": 874598997,
            "stop": 874599047
        },
        {
            "start": 874599050,
            "stop": 874599085
        },
        {
            "start": 874599088,
            "stop": 874599089
        },
        {
            "start": 874599092,
            "stop": 874599120
        },
        {
            "start": 874599123,
            "stop": 874599142
        },
        {
            "start": 874599145,
            "stop": 874599169
        },
        {
            "start": 874599173,
            "stop": 874599178
        },
        {
            "start": 874599182,
            "stop": 874599342
        },
        {
            "start": 874599345,
            "stop": 874599353
        },
        {
            "start": 874599356,
            "stop": 874599419
        },
        {
            "start": 874599422,
            "stop": 874599527
        }
    ]
}