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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=132",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 133,
    "results": [
        {
            "start": 1135049332,
            "stop": 1135049333
        },
        {
            "start": 1135049337,
            "stop": 1135049354
        },
        {
            "start": 1135049357,
            "stop": 1135049372
        },
        {
            "start": 1135049375,
            "stop": 1135049395
        },
        {
            "start": 1135049398,
            "stop": 1135049403
        },
        {
            "start": 1135049406,
            "stop": 1135049414
        },
        {
            "start": 1135049417,
            "stop": 1135049423
        },
        {
            "start": 1135049426,
            "stop": 1135049441
        },
        {
            "start": 1135049447,
            "stop": 1135049452
        },
        {
            "start": 1135049455,
            "stop": 1135049463
        },
        {
            "start": 1135049466,
            "stop": 1135049467
        },
        {
            "start": 1135049470,
            "stop": 1135049474
        },
        {
            "start": 1135049477,
            "stop": 1135049484
        },
        {
            "start": 1135049487,
            "stop": 1135049492
        },
        {
            "start": 1135049499,
            "stop": 1135049501
        },
        {
            "start": 1135049504,
            "stop": 1135049507
        },
        {
            "start": 1135049510,
            "stop": 1135049512
        },
        {
            "start": 1135049515,
            "stop": 1135049517
        },
        {
            "start": 1135049520,
            "stop": 1135049522
        },
        {
            "start": 1135049525,
            "stop": 1135049528
        }
    ]
}