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=3115
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=3116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3114",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3115,
    "results": [
        {
            "start": 867459660,
            "stop": 867462960
        },
        {
            "start": 867462965,
            "stop": 867469980
        },
        {
            "start": 867470040,
            "stop": 867481020
        },
        {
            "start": 867481140,
            "stop": 867487171
        },
        {
            "start": 867487174,
            "stop": 867487860
        },
        {
            "start": 867487980,
            "stop": 867488220
        },
        {
            "start": 867488340,
            "stop": 867488940
        },
        {
            "start": 867489660,
            "stop": 867496424
        },
        {
            "start": 867496605,
            "stop": 867500961
        },
        {
            "start": 867501261,
            "stop": 867501425
        },
        {
            "start": 867501812,
            "stop": 867502037
        },
        {
            "start": 867502337,
            "stop": 867502649
        },
        {
            "start": 867503251,
            "stop": 867504600
        },
        {
            "start": 867504660,
            "stop": 867506100
        },
        {
            "start": 867506160,
            "stop": 867506820
        },
        {
            "start": 867506824,
            "stop": 867507360
        },
        {
            "start": 867507420,
            "stop": 867510332
        },
        {
            "start": 867510338,
            "stop": 867510352
        },
        {
            "start": 867510420,
            "stop": 867510467
        },
        {
            "start": 867552283,
            "stop": 867558674
        }
    ]
}