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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3286",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3287,
    "results": [
        {
            "start": 874281420,
            "stop": 874281510
        },
        {
            "start": 874281660,
            "stop": 874283453
        },
        {
            "start": 874283533,
            "stop": 874286100
        },
        {
            "start": 874286160,
            "stop": 874288740
        },
        {
            "start": 874288860,
            "stop": 874295070
        },
        {
            "start": 874295160,
            "stop": 874295820
        },
        {
            "start": 874295880,
            "stop": 874299120
        },
        {
            "start": 874299180,
            "stop": 874300696
        },
        {
            "start": 874300699,
            "stop": 874302582
        },
        {
            "start": 874302585,
            "stop": 874313167
        },
        {
            "start": 874318500,
            "stop": 874318620
        },
        {
            "start": 874318680,
            "stop": 874318740
        },
        {
            "start": 874319040,
            "stop": 874319100
        },
        {
            "start": 874320300,
            "stop": 874320420
        },
        {
            "start": 874320720,
            "stop": 874320840
        },
        {
            "start": 874320900,
            "stop": 874321020
        },
        {
            "start": 874321080,
            "stop": 874321320
        },
        {
            "start": 874321380,
            "stop": 874323360
        },
        {
            "start": 874323420,
            "stop": 874332450
        },
        {
            "start": 874332540,
            "stop": 874333004
        }
    ]
}