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=321
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=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=320",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 321,
    "results": [
        {
            "start": 821747477,
            "stop": 821747481
        },
        {
            "start": 821747485,
            "stop": 821747502
        },
        {
            "start": 821747507,
            "stop": 821747519
        },
        {
            "start": 821747523,
            "stop": 821747530
        },
        {
            "start": 821747535,
            "stop": 821747537
        },
        {
            "start": 821747540,
            "stop": 821747543
        },
        {
            "start": 821747546,
            "stop": 821747558
        },
        {
            "start": 821747561,
            "stop": 821747575
        },
        {
            "start": 821747578,
            "stop": 821747584
        },
        {
            "start": 821747590,
            "stop": 821747601
        },
        {
            "start": 821747604,
            "stop": 821747608
        },
        {
            "start": 821747612,
            "stop": 821747617
        },
        {
            "start": 821747620,
            "stop": 821747628
        },
        {
            "start": 821747631,
            "stop": 821747642
        },
        {
            "start": 821747651,
            "stop": 821747652
        },
        {
            "start": 821747655,
            "stop": 821747684
        },
        {
            "start": 821747687,
            "stop": 821747688
        },
        {
            "start": 821747691,
            "stop": 821747714
        },
        {
            "start": 821747721,
            "stop": 821747723
        },
        {
            "start": 821747730,
            "stop": 821747745
        }
    ]
}