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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6520",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6518",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6519,
    "results": [
        {
            "start": 874271319,
            "stop": 874271470
        },
        {
            "start": 874271472,
            "stop": 874271733
        },
        {
            "start": 874271734,
            "stop": 874271902
        },
        {
            "start": 874271903,
            "stop": 874272062
        },
        {
            "start": 874272063,
            "stop": 874272101
        },
        {
            "start": 874272102,
            "stop": 874272187
        },
        {
            "start": 874272188,
            "stop": 874272201
        },
        {
            "start": 874272203,
            "stop": 874272237
        },
        {
            "start": 874272238,
            "stop": 874272443
        },
        {
            "start": 874272444,
            "stop": 874272498
        },
        {
            "start": 874272499,
            "stop": 874272686
        },
        {
            "start": 874272688,
            "stop": 874272844
        },
        {
            "start": 874273922,
            "stop": 874274428
        },
        {
            "start": 874274429,
            "stop": 874274671
        },
        {
            "start": 874274672,
            "stop": 874274770
        },
        {
            "start": 874274771,
            "stop": 874274804
        },
        {
            "start": 874274806,
            "stop": 874274869
        },
        {
            "start": 874274870,
            "stop": 874274936
        },
        {
            "start": 874274937,
            "stop": 874275042
        },
        {
            "start": 874275043,
            "stop": 874275089
        }
    ]
}