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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=502",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=500",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 501,
    "results": [
        {
            "start": 867449278,
            "stop": 867449295
        },
        {
            "start": 867449303,
            "stop": 867449317
        },
        {
            "start": 867449325,
            "stop": 867449365
        },
        {
            "start": 867449370,
            "stop": 867449555
        },
        {
            "start": 867449665,
            "stop": 867449930
        },
        {
            "start": 867451269,
            "stop": 867452312
        },
        {
            "start": 867454188,
            "stop": 867454594
        },
        {
            "start": 867454894,
            "stop": 867462960
        },
        {
            "start": 867462965,
            "stop": 867500961
        },
        {
            "start": 867501261,
            "stop": 867501425
        },
        {
            "start": 867501812,
            "stop": 867502037
        },
        {
            "start": 867502337,
            "stop": 867502649
        },
        {
            "start": 867502759,
            "stop": 867502951
        },
        {
            "start": 867503251,
            "stop": 867506100
        },
        {
            "start": 867506160,
            "stop": 867510332
        },
        {
            "start": 867510338,
            "stop": 867510352
        },
        {
            "start": 867510360,
            "stop": 867510365
        },
        {
            "start": 867510370,
            "stop": 867510467
        },
        {
            "start": 867510577,
            "stop": 867510966
        },
        {
            "start": 867510969,
            "stop": 867511054
        }
    ]
}