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=407
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=408",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=406",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 407,
    "results": [
        {
            "start": 847789117,
            "stop": 847789126
        },
        {
            "start": 847789127,
            "stop": 847789228
        },
        {
            "start": 847789230,
            "stop": 847789236
        },
        {
            "start": 847789237,
            "stop": 847789243
        },
        {
            "start": 847789245,
            "stop": 847789254
        },
        {
            "start": 847789255,
            "stop": 847789328
        },
        {
            "start": 847789330,
            "stop": 847789334
        },
        {
            "start": 847789335,
            "stop": 847789381
        },
        {
            "start": 847789383,
            "stop": 847789413
        },
        {
            "start": 847789415,
            "stop": 847789537
        },
        {
            "start": 847789538,
            "stop": 847789540
        },
        {
            "start": 847789542,
            "stop": 847789583
        },
        {
            "start": 847789584,
            "stop": 847789595
        },
        {
            "start": 847789596,
            "stop": 847789620
        },
        {
            "start": 847789621,
            "stop": 847789668
        },
        {
            "start": 847789670,
            "stop": 847789719
        },
        {
            "start": 847789721,
            "stop": 847789744
        },
        {
            "start": 847789746,
            "stop": 847789765
        },
        {
            "start": 847789766,
            "stop": 847789835
        },
        {
            "start": 847789836,
            "stop": 847789839
        }
    ]
}