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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5639",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5637",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5638,
    "results": [
        {
            "start": 874510758,
            "stop": 874510762
        },
        {
            "start": 874510765,
            "stop": 874510768
        },
        {
            "start": 874510772,
            "stop": 874510795
        },
        {
            "start": 874510798,
            "stop": 874510803
        },
        {
            "start": 874510806,
            "stop": 874510823
        },
        {
            "start": 874510827,
            "stop": 874510891
        },
        {
            "start": 874510897,
            "stop": 874510939
        },
        {
            "start": 874510943,
            "stop": 874510948
        },
        {
            "start": 874510951,
            "stop": 874510953
        },
        {
            "start": 874510956,
            "stop": 874510960
        },
        {
            "start": 874510963,
            "stop": 874510979
        },
        {
            "start": 874510982,
            "stop": 874510985
        },
        {
            "start": 874510990,
            "stop": 874510995
        },
        {
            "start": 874511003,
            "stop": 874511027
        },
        {
            "start": 874511030,
            "stop": 874511033
        },
        {
            "start": 874511036,
            "stop": 874511074
        },
        {
            "start": 874511077,
            "stop": 874511086
        },
        {
            "start": 874511090,
            "stop": 874511153
        },
        {
            "start": 874511158,
            "stop": 874511179
        },
        {
            "start": 874511183,
            "stop": 874511192
        }
    ]
}