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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33349",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33347",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33348,
    "results": [
        {
            "start": 971448647,
            "stop": 971448660
        },
        {
            "start": 971448663,
            "stop": 971448682
        },
        {
            "start": 971448686,
            "stop": 971448707
        },
        {
            "start": 971448710,
            "stop": 971448726
        },
        {
            "start": 971448729,
            "stop": 971448731
        },
        {
            "start": 971448916,
            "stop": 971448934
        },
        {
            "start": 971448937,
            "stop": 971448989
        },
        {
            "start": 971448993,
            "stop": 971449009
        },
        {
            "start": 971449012,
            "stop": 971449014
        },
        {
            "start": 971449017,
            "stop": 971449019
        },
        {
            "start": 971449023,
            "stop": 971449024
        },
        {
            "start": 971449028,
            "stop": 971449070
        },
        {
            "start": 971449075,
            "stop": 971449094
        },
        {
            "start": 971449097,
            "stop": 971449117
        },
        {
            "start": 971449120,
            "stop": 971449127
        },
        {
            "start": 971449136,
            "stop": 971449152
        },
        {
            "start": 971449155,
            "stop": 971449156
        },
        {
            "start": 971449396,
            "stop": 971449468
        },
        {
            "start": 971449472,
            "stop": 971449491
        },
        {
            "start": 971449495,
            "stop": 971449497
        }
    ]
}