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=345
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=346",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=344",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 345,
    "results": [
        {
            "start": 855607503,
            "stop": 855607860
        },
        {
            "start": 855607864,
            "stop": 855608321
        },
        {
            "start": 855608431,
            "stop": 855608815
        },
        {
            "start": 855608817,
            "stop": 855608900
        },
        {
            "start": 855609477,
            "stop": 855609479
        },
        {
            "start": 855609779,
            "stop": 855609914
        },
        {
            "start": 855619749,
            "stop": 855620229
        },
        {
            "start": 855620339,
            "stop": 855620535
        },
        {
            "start": 855620835,
            "stop": 855621045
        },
        {
            "start": 855621155,
            "stop": 855621431
        },
        {
            "start": 855621731,
            "stop": 855672519
        },
        {
            "start": 855672523,
            "stop": 855672740
        },
        {
            "start": 855672743,
            "stop": 855673419
        },
        {
            "start": 855673422,
            "stop": 855673507
        },
        {
            "start": 855673510,
            "stop": 855673735
        },
        {
            "start": 855673739,
            "stop": 855673898
        },
        {
            "start": 855673901,
            "stop": 855674549
        },
        {
            "start": 855674780,
            "stop": 855676072
        },
        {
            "start": 855676075,
            "stop": 855676252
        },
        {
            "start": 855676300,
            "stop": 855679377
        }
    ]
}