Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47003
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47004",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47002",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47003,
    "results": [
        {
            "start": 875221657,
            "stop": 875221662
        },
        {
            "start": 875221666,
            "stop": 875221712
        },
        {
            "start": 875221716,
            "stop": 875221731
        },
        {
            "start": 875221733,
            "stop": 875221820
        },
        {
            "start": 875221821,
            "stop": 875221878
        },
        {
            "start": 875221879,
            "stop": 875221890
        },
        {
            "start": 875221891,
            "stop": 875221893
        },
        {
            "start": 875221896,
            "stop": 875221898
        },
        {
            "start": 875221899,
            "stop": 875221908
        },
        {
            "start": 875221911,
            "stop": 875221915
        },
        {
            "start": 875221918,
            "stop": 875221980
        },
        {
            "start": 875221981,
            "stop": 875221994
        },
        {
            "start": 875221997,
            "stop": 875222013
        },
        {
            "start": 875222016,
            "stop": 875222030
        },
        {
            "start": 875222034,
            "stop": 875222051
        },
        {
            "start": 875222054,
            "stop": 875222055
        },
        {
            "start": 875222059,
            "stop": 875222101
        },
        {
            "start": 875222104,
            "stop": 875222105
        },
        {
            "start": 875222108,
            "stop": 875222150
        },
        {
            "start": 875222153,
            "stop": 875222159
        }
    ]
}