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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=114",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 115,
    "results": [
        {
            "start": 931093965,
            "stop": 931093975
        },
        {
            "start": 931093980,
            "stop": 931093986
        },
        {
            "start": 931093987,
            "stop": 931093988
        },
        {
            "start": 931093989,
            "stop": 931093992
        },
        {
            "start": 931093993,
            "stop": 931093994
        },
        {
            "start": 931093996,
            "stop": 931093997
        },
        {
            "start": 931094000,
            "stop": 931094001
        },
        {
            "start": 931094002,
            "stop": 931094015
        },
        {
            "start": 931094017,
            "stop": 931094020
        },
        {
            "start": 931094021,
            "stop": 931094025
        },
        {
            "start": 931094030,
            "stop": 931094031
        },
        {
            "start": 931094032,
            "stop": 931094035
        },
        {
            "start": 931094036,
            "stop": 931094037
        },
        {
            "start": 931094038,
            "stop": 931094042
        },
        {
            "start": 931094043,
            "stop": 931094046
        },
        {
            "start": 931094047,
            "stop": 931094050
        },
        {
            "start": 931094052,
            "stop": 931094055
        },
        {
            "start": 931094058,
            "stop": 931094059
        },
        {
            "start": 931094060,
            "stop": 931094063
        },
        {
            "start": 931094064,
            "stop": 931094079
        }
    ]
}