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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5621",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5619",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5620,
    "results": [
        {
            "start": 874460143,
            "stop": 874460145
        },
        {
            "start": 874460148,
            "stop": 874460185
        },
        {
            "start": 874460188,
            "stop": 874460192
        },
        {
            "start": 874460195,
            "stop": 874460242
        },
        {
            "start": 874460245,
            "stop": 874460332
        },
        {
            "start": 874460335,
            "stop": 874460377
        },
        {
            "start": 874460380,
            "stop": 874460472
        },
        {
            "start": 874460475,
            "stop": 874460486
        },
        {
            "start": 874460489,
            "stop": 874460516
        },
        {
            "start": 874460520,
            "stop": 874460982
        },
        {
            "start": 874460985,
            "stop": 874461013
        },
        {
            "start": 874461016,
            "stop": 874461167
        },
        {
            "start": 874461170,
            "stop": 874461362
        },
        {
            "start": 874461365,
            "stop": 874461571
        },
        {
            "start": 874461574,
            "stop": 874461652
        },
        {
            "start": 874461657,
            "stop": 874461755
        },
        {
            "start": 874461758,
            "stop": 874461896
        },
        {
            "start": 874461900,
            "stop": 874462041
        },
        {
            "start": 874462044,
            "stop": 874462054
        },
        {
            "start": 874462057,
            "stop": 874462079
        }
    ]
}