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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3017",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3015",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3016,
    "results": [
        {
            "start": 863200020,
            "stop": 863201160
        },
        {
            "start": 863201220,
            "stop": 863201359
        },
        {
            "start": 863201659,
            "stop": 863202232
        },
        {
            "start": 863203412,
            "stop": 863204100
        },
        {
            "start": 863204220,
            "stop": 863205203
        },
        {
            "start": 863205698,
            "stop": 863205903
        },
        {
            "start": 863206531,
            "stop": 863206780
        },
        {
            "start": 863207198,
            "stop": 863207211
        },
        {
            "start": 863208332,
            "stop": 863208480
        },
        {
            "start": 863208540,
            "stop": 863214780
        },
        {
            "start": 863214840,
            "stop": 863215947
        },
        {
            "start": 863215950,
            "stop": 863216460
        },
        {
            "start": 863216520,
            "stop": 863216668
        },
        {
            "start": 863217791,
            "stop": 863220717
        },
        {
            "start": 863222313,
            "stop": 863225923
        },
        {
            "start": 863225927,
            "stop": 863226990
        },
        {
            "start": 863227050,
            "stop": 863229952
        },
        {
            "start": 863230252,
            "stop": 863259300
        },
        {
            "start": 863259420,
            "stop": 863261640
        },
        {
            "start": 863261760,
            "stop": 863262900
        }
    ]
}