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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33294",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33292",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33293,
    "results": [
        {
            "start": 971006957,
            "stop": 971006970
        },
        {
            "start": 971006971,
            "stop": 971006975
        },
        {
            "start": 971006978,
            "stop": 971006980
        },
        {
            "start": 971006982,
            "stop": 971006983
        },
        {
            "start": 971006984,
            "stop": 971006989
        },
        {
            "start": 971006992,
            "stop": 971007008
        },
        {
            "start": 971007009,
            "stop": 971007051
        },
        {
            "start": 971007054,
            "stop": 971007069
        },
        {
            "start": 971007070,
            "stop": 971007093
        },
        {
            "start": 971007096,
            "stop": 971007099
        },
        {
            "start": 971007102,
            "stop": 971007105
        },
        {
            "start": 971007106,
            "stop": 971007112
        },
        {
            "start": 971007115,
            "stop": 971007116
        },
        {
            "start": 971007121,
            "stop": 971007122
        },
        {
            "start": 971007123,
            "stop": 971007124
        },
        {
            "start": 971007125,
            "stop": 971007135
        },
        {
            "start": 971007138,
            "stop": 971007141
        },
        {
            "start": 971007142,
            "stop": 971007144
        },
        {
            "start": 971007145,
            "stop": 971007173
        },
        {
            "start": 971007174,
            "stop": 971007178
        }
    ]
}