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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1948",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1946",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1947,
    "results": [
        {
            "start": 1252799746,
            "stop": 1252799813
        },
        {
            "start": 1252799814,
            "stop": 1252799829
        },
        {
            "start": 1252799832,
            "stop": 1252799852
        },
        {
            "start": 1252799854,
            "stop": 1252799876
        },
        {
            "start": 1252799879,
            "stop": 1252799880
        },
        {
            "start": 1252799881,
            "stop": 1252799957
        },
        {
            "start": 1252799960,
            "stop": 1252800071
        },
        {
            "start": 1252800074,
            "stop": 1252800134
        },
        {
            "start": 1252800137,
            "stop": 1252800158
        },
        {
            "start": 1252800161,
            "stop": 1252800303
        },
        {
            "start": 1252800306,
            "stop": 1252800317
        },
        {
            "start": 1252800320,
            "stop": 1252800325
        },
        {
            "start": 1252800328,
            "stop": 1252800329
        },
        {
            "start": 1252800330,
            "stop": 1252800476
        },
        {
            "start": 1252800479,
            "stop": 1252800480
        },
        {
            "start": 1252800481,
            "stop": 1252800613
        },
        {
            "start": 1252800616,
            "stop": 1252800701
        },
        {
            "start": 1252800704,
            "stop": 1252800796
        },
        {
            "start": 1252800802,
            "stop": 1252800862
        },
        {
            "start": 1252800865,
            "stop": 1252800952
        }
    ]
}