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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=22",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 23,
    "results": [
        {
            "start": 1128812093,
            "stop": 1128837796
        },
        {
            "start": 1128858247,
            "stop": 1128873900
        },
        {
            "start": 1128876302,
            "stop": 1128880792
        },
        {
            "start": 1128892523,
            "stop": 1128897293
        },
        {
            "start": 1128898889,
            "stop": 1128922731
        },
        {
            "start": 1128929810,
            "stop": 1128929843
        },
        {
            "start": 1128931801,
            "stop": 1128956513
        },
        {
            "start": 1128985185,
            "stop": 1129003850
        },
        {
            "start": 1129007625,
            "stop": 1129011309
        },
        {
            "start": 1129035540,
            "stop": 1129136348
        },
        {
            "start": 1129136736,
            "stop": 1129152759
        },
        {
            "start": 1129155660,
            "stop": 1129222395
        },
        {
            "start": 1129230007,
            "stop": 1129260383
        },
        {
            "start": 1129265646,
            "stop": 1129294877
        },
        {
            "start": 1129294937,
            "stop": 1129320488
        },
        {
            "start": 1129328003,
            "stop": 1129383056
        },
        {
            "start": 1129482036,
            "stop": 1129493030
        },
        {
            "start": 1129497350,
            "stop": 1129574798
        },
        {
            "start": 1129609234,
            "stop": 1129615584
        },
        {
            "start": 1129618357,
            "stop": 1129627650
        }
    ]
}