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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=311",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 312,
    "results": [
        {
            "start": 847653979,
            "stop": 847654026
        },
        {
            "start": 847654027,
            "stop": 847654030
        },
        {
            "start": 847654031,
            "stop": 847654082
        },
        {
            "start": 847654083,
            "stop": 847654154
        },
        {
            "start": 847654155,
            "stop": 847654180
        },
        {
            "start": 847654182,
            "stop": 847654192
        },
        {
            "start": 847654193,
            "stop": 847654285
        },
        {
            "start": 847654286,
            "stop": 847654331
        },
        {
            "start": 847654332,
            "stop": 847654413
        },
        {
            "start": 847654414,
            "stop": 847654456
        },
        {
            "start": 847654457,
            "stop": 847654464
        },
        {
            "start": 847654465,
            "stop": 847654541
        },
        {
            "start": 847654542,
            "stop": 847654575
        },
        {
            "start": 847654577,
            "stop": 847654595
        },
        {
            "start": 847654597,
            "stop": 847654620
        },
        {
            "start": 847654621,
            "stop": 847654625
        },
        {
            "start": 847654626,
            "stop": 847654703
        },
        {
            "start": 847654704,
            "stop": 847654705
        },
        {
            "start": 847654706,
            "stop": 847654708
        },
        {
            "start": 847654709,
            "stop": 847654722
        }
    ]
}