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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=511",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=509",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 510,
    "results": [
        {
            "start": 825209598,
            "stop": 825213913
        },
        {
            "start": 825215245,
            "stop": 825215716
        },
        {
            "start": 825216623,
            "stop": 825240611
        },
        {
            "start": 825241882,
            "stop": 825245715
        },
        {
            "start": 825250425,
            "stop": 825250559
        },
        {
            "start": 825250879,
            "stop": 825252789
        },
        {
            "start": 825253189,
            "stop": 825253632
        },
        {
            "start": 825253952,
            "stop": 825254190
        },
        {
            "start": 825254414,
            "stop": 825254708
        },
        {
            "start": 825255211,
            "stop": 825255305
        },
        {
            "start": 825255705,
            "stop": 825255862
        },
        {
            "start": 825256182,
            "stop": 825256519
        },
        {
            "start": 825256919,
            "stop": 825257036
        },
        {
            "start": 825257569,
            "stop": 825257859
        },
        {
            "start": 825259724,
            "stop": 825260313
        },
        {
            "start": 825261000,
            "stop": 825261917
        },
        {
            "start": 825262535,
            "stop": 825262573
        },
        {
            "start": 825263927,
            "stop": 825263940
        },
        {
            "start": 825264438,
            "stop": 825264858
        },
        {
            "start": 825265288,
            "stop": 825265560
        }
    ]
}