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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6330",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6328",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6329,
    "results": [
        {
            "start": 873298279,
            "stop": 873298390
        },
        {
            "start": 873298391,
            "stop": 873298395
        },
        {
            "start": 873298396,
            "stop": 873298494
        },
        {
            "start": 873298495,
            "stop": 873299041
        },
        {
            "start": 873299043,
            "stop": 873299369
        },
        {
            "start": 873299370,
            "stop": 873299537
        },
        {
            "start": 873299538,
            "stop": 873299590
        },
        {
            "start": 873299591,
            "stop": 873299881
        },
        {
            "start": 873299882,
            "stop": 873300430
        },
        {
            "start": 873300431,
            "stop": 873300852
        },
        {
            "start": 873300853,
            "stop": 873300963
        },
        {
            "start": 873300964,
            "stop": 873301388
        },
        {
            "start": 873301389,
            "stop": 873301462
        },
        {
            "start": 873301463,
            "stop": 873301929
        },
        {
            "start": 873301930,
            "stop": 873302333
        },
        {
            "start": 873302334,
            "stop": 873302412
        },
        {
            "start": 873302413,
            "stop": 873302534
        },
        {
            "start": 873302535,
            "stop": 873302802
        },
        {
            "start": 873302803,
            "stop": 873302963
        },
        {
            "start": 873302964,
            "stop": 873303791
        }
    ]
}