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=311
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=312",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=310",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 311,
    "results": [
        {
            "start": 847652774,
            "stop": 847652794
        },
        {
            "start": 847652796,
            "stop": 847652805
        },
        {
            "start": 847652806,
            "stop": 847652847
        },
        {
            "start": 847652849,
            "stop": 847652875
        },
        {
            "start": 847652876,
            "stop": 847652887
        },
        {
            "start": 847652889,
            "stop": 847652892
        },
        {
            "start": 847652894,
            "stop": 847652985
        },
        {
            "start": 847652986,
            "stop": 847653002
        },
        {
            "start": 847653005,
            "stop": 847653027
        },
        {
            "start": 847653028,
            "stop": 847653041
        },
        {
            "start": 847653043,
            "stop": 847653060
        },
        {
            "start": 847653062,
            "stop": 847653268
        },
        {
            "start": 847653269,
            "stop": 847653390
        },
        {
            "start": 847653392,
            "stop": 847653449
        },
        {
            "start": 847653450,
            "stop": 847653455
        },
        {
            "start": 847653456,
            "stop": 847653727
        },
        {
            "start": 847653728,
            "stop": 847653853
        },
        {
            "start": 847653854,
            "stop": 847653869
        },
        {
            "start": 847653871,
            "stop": 847653970
        },
        {
            "start": 847653971,
            "stop": 847653978
        }
    ]
}