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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=35",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 36,
    "results": [
        {
            "start": 931152608,
            "stop": 931152658
        },
        {
            "start": 931152661,
            "stop": 931152666
        },
        {
            "start": 931152667,
            "stop": 931152764
        },
        {
            "start": 931152765,
            "stop": 931152767
        },
        {
            "start": 931152769,
            "stop": 931152771
        },
        {
            "start": 931152772,
            "stop": 931152798
        },
        {
            "start": 931152800,
            "stop": 931152866
        },
        {
            "start": 931152867,
            "stop": 931152948
        },
        {
            "start": 931152949,
            "stop": 931153051
        },
        {
            "start": 931153052,
            "stop": 931153080
        },
        {
            "start": 931153082,
            "stop": 931153087
        },
        {
            "start": 931153088,
            "stop": 931153095
        },
        {
            "start": 931153097,
            "stop": 931153194
        },
        {
            "start": 931153196,
            "stop": 931153286
        },
        {
            "start": 931153288,
            "stop": 931153294
        },
        {
            "start": 931153295,
            "stop": 931153345
        },
        {
            "start": 931153347,
            "stop": 931153353
        },
        {
            "start": 931153355,
            "stop": 931153419
        },
        {
            "start": 931155452,
            "stop": 931155459
        },
        {
            "start": 931155461,
            "stop": 931155462
        }
    ]
}