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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=167",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 168,
    "results": [
        {
            "start": 819994062,
            "stop": 819994422
        },
        {
            "start": 819994429,
            "stop": 819994470
        },
        {
            "start": 819994478,
            "stop": 819995741
        },
        {
            "start": 819995749,
            "stop": 819996021
        },
        {
            "start": 819996028,
            "stop": 819996258
        },
        {
            "start": 819996265,
            "stop": 819997129
        },
        {
            "start": 819997136,
            "stop": 819997213
        },
        {
            "start": 819997221,
            "stop": 819997301
        },
        {
            "start": 819997309,
            "stop": 819997502
        },
        {
            "start": 819997509,
            "stop": 819997717
        },
        {
            "start": 819997731,
            "stop": 819997832
        },
        {
            "start": 819997839,
            "stop": 819997863
        },
        {
            "start": 819997870,
            "stop": 819997954
        },
        {
            "start": 819997961,
            "stop": 819998404
        },
        {
            "start": 819998411,
            "stop": 819998444
        },
        {
            "start": 819998451,
            "stop": 819998845
        },
        {
            "start": 819998853,
            "stop": 819998927
        },
        {
            "start": 819998934,
            "stop": 819999644
        },
        {
            "start": 819999651,
            "stop": 820000033
        },
        {
            "start": 820000040,
            "stop": 820000426
        }
    ]
}