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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3770",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3768",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3769,
    "results": [
        {
            "start": 874181432,
            "stop": 874181467
        },
        {
            "start": 874181530,
            "stop": 874181534
        },
        {
            "start": 874181566,
            "stop": 874181597
        },
        {
            "start": 874182099,
            "stop": 874182234
        },
        {
            "start": 874182251,
            "stop": 874183080
        },
        {
            "start": 874183140,
            "stop": 874183170
        },
        {
            "start": 874183260,
            "stop": 874183400
        },
        {
            "start": 874183417,
            "stop": 874185179
        },
        {
            "start": 874185196,
            "stop": 874186740
        },
        {
            "start": 874186860,
            "stop": 874187040
        },
        {
            "start": 874187160,
            "stop": 874187371
        },
        {
            "start": 874187388,
            "stop": 874187787
        },
        {
            "start": 874188389,
            "stop": 874189115
        },
        {
            "start": 874189505,
            "stop": 874190340
        },
        {
            "start": 874190460,
            "stop": 874190619
        },
        {
            "start": 874190636,
            "stop": 874190646
        },
        {
            "start": 874190663,
            "stop": 874191240
        },
        {
            "start": 874191300,
            "stop": 874192080
        },
        {
            "start": 874192200,
            "stop": 874192281
        },
        {
            "start": 874192298,
            "stop": 874192920
        }
    ]
}