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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=353",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 354,
    "results": [
        {
            "start": 821469850,
            "stop": 821469862
        },
        {
            "start": 821469865,
            "stop": 821469959
        },
        {
            "start": 821469962,
            "stop": 821470022
        },
        {
            "start": 821470025,
            "stop": 821470049
        },
        {
            "start": 821470053,
            "stop": 821470192
        },
        {
            "start": 821470195,
            "stop": 821470365
        },
        {
            "start": 821470368,
            "stop": 821470483
        },
        {
            "start": 821470486,
            "stop": 821470496
        },
        {
            "start": 821470499,
            "stop": 821470602
        },
        {
            "start": 821470605,
            "stop": 821470699
        },
        {
            "start": 821470702,
            "stop": 821470718
        },
        {
            "start": 821470721,
            "stop": 821470844
        },
        {
            "start": 821471025,
            "stop": 821471517
        },
        {
            "start": 821471520,
            "stop": 821471580
        },
        {
            "start": 821471583,
            "stop": 821471596
        },
        {
            "start": 821471599,
            "stop": 821471616
        },
        {
            "start": 821471619,
            "stop": 821471624
        },
        {
            "start": 821471627,
            "stop": 821471642
        },
        {
            "start": 821471645,
            "stop": 821471691
        },
        {
            "start": 821471694,
            "stop": 821471714
        }
    ]
}