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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=96",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 97,
    "results": [
        {
            "start": 931090069,
            "stop": 931090071
        },
        {
            "start": 931090072,
            "stop": 931090074
        },
        {
            "start": 931090075,
            "stop": 931090076
        },
        {
            "start": 931090079,
            "stop": 931090080
        },
        {
            "start": 931090081,
            "stop": 931090083
        },
        {
            "start": 931090085,
            "stop": 931090089
        },
        {
            "start": 931090090,
            "stop": 931090091
        },
        {
            "start": 931090093,
            "stop": 931090094
        },
        {
            "start": 931090096,
            "stop": 931090097
        },
        {
            "start": 931090100,
            "stop": 931090102
        },
        {
            "start": 931090103,
            "stop": 931090104
        },
        {
            "start": 931090107,
            "stop": 931090119
        },
        {
            "start": 931090122,
            "stop": 931090132
        },
        {
            "start": 931090135,
            "stop": 931090140
        },
        {
            "start": 931090142,
            "stop": 931090143
        },
        {
            "start": 931090145,
            "stop": 931090146
        },
        {
            "start": 931090148,
            "stop": 931090149
        },
        {
            "start": 931090150,
            "stop": 931090151
        },
        {
            "start": 931090153,
            "stop": 931090156
        },
        {
            "start": 931090157,
            "stop": 931090166
        }
    ]
}