Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=74
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=73",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 74,
    "results": [
        {
            "start": 825205805,
            "stop": 825208377
        },
        {
            "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": 825262582
        },
        {
            "start": 825263927,
            "stop": 825263940
        },
        {
            "start": 825264438,
            "stop": 825264858
        }
    ]
}