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=302
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=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=301",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 302,
    "results": [
        {
            "start": 850066223,
            "stop": 850066227
        },
        {
            "start": 850066238,
            "stop": 850066260
        },
        {
            "start": 850066381,
            "stop": 850066382
        },
        {
            "start": 850066383,
            "stop": 850066425
        },
        {
            "start": 850066435,
            "stop": 850066445
        },
        {
            "start": 850066447,
            "stop": 850066448
        },
        {
            "start": 850101279,
            "stop": 850101551
        },
        {
            "start": 850102015,
            "stop": 850109665
        },
        {
            "start": 850109673,
            "stop": 850109690
        },
        {
            "start": 850109695,
            "stop": 850111273
        },
        {
            "start": 850111555,
            "stop": 850112233
        },
        {
            "start": 850117547,
            "stop": 850137733
        },
        {
            "start": 850140418,
            "stop": 850141712
        },
        {
            "start": 850141720,
            "stop": 850146596
        },
        {
            "start": 850146599,
            "stop": 850152745
        },
        {
            "start": 850152753,
            "stop": 850153354
        },
        {
            "start": 850153683,
            "stop": 850155262
        },
        {
            "start": 850155265,
            "stop": 850155335
        },
        {
            "start": 850155340,
            "stop": 850155360
        },
        {
            "start": 850155370,
            "stop": 850155385
        }
    ]
}