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=100
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=101",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=99",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 100,
    "results": [
        {
            "start": 931092012,
            "stop": 931092016
        },
        {
            "start": 931092017,
            "stop": 931092020
        },
        {
            "start": 931092021,
            "stop": 931092026
        },
        {
            "start": 931092028,
            "stop": 931092029
        },
        {
            "start": 931092033,
            "stop": 931092034
        },
        {
            "start": 931092038,
            "stop": 931092039
        },
        {
            "start": 931092041,
            "stop": 931092057
        },
        {
            "start": 931092058,
            "stop": 931092062
        },
        {
            "start": 931092064,
            "stop": 931092067
        },
        {
            "start": 931092069,
            "stop": 931092070
        },
        {
            "start": 931092079,
            "stop": 931092081
        },
        {
            "start": 931092093,
            "stop": 931092099
        },
        {
            "start": 931092100,
            "stop": 931092103
        },
        {
            "start": 931092105,
            "stop": 931092106
        },
        {
            "start": 931092111,
            "stop": 931092113
        },
        {
            "start": 931092114,
            "stop": 931092117
        },
        {
            "start": 931092118,
            "stop": 931092121
        },
        {
            "start": 931092122,
            "stop": 931092123
        },
        {
            "start": 931092126,
            "stop": 931092128
        },
        {
            "start": 931092130,
            "stop": 931092131
        }
    ]
}