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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=16",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 17,
    "results": [
        {
            "start": 817551461,
            "stop": 817551469
        },
        {
            "start": 817551548,
            "stop": 817552718
        },
        {
            "start": 817555363,
            "stop": 817564341
        },
        {
            "start": 817566099,
            "stop": 817566623
        },
        {
            "start": 817567848,
            "stop": 817569522
        },
        {
            "start": 817570188,
            "stop": 817570681
        },
        {
            "start": 817573361,
            "stop": 817575002
        },
        {
            "start": 817575004,
            "stop": 817575031
        },
        {
            "start": 817575095,
            "stop": 817577236
        },
        {
            "start": 817577237,
            "stop": 817577265
        },
        {
            "start": 817577363,
            "stop": 817577581
        },
        {
            "start": 817577582,
            "stop": 817577599
        },
        {
            "start": 817577663,
            "stop": 817592553
        },
        {
            "start": 817594520,
            "stop": 817596476
        },
        {
            "start": 817597348,
            "stop": 817600256
        },
        {
            "start": 817605934,
            "stop": 817606493
        },
        {
            "start": 817606495,
            "stop": 817606523
        },
        {
            "start": 817606764,
            "stop": 817618144
        },
        {
            "start": 817633929,
            "stop": 817661903
        },
        {
            "start": 817664610,
            "stop": 817682925
        }
    ]
}