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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3283",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3284,
    "results": [
        {
            "start": 874161420,
            "stop": 874162658
        },
        {
            "start": 874181009,
            "stop": 874181340
        },
        {
            "start": 874181400,
            "stop": 874181475
        },
        {
            "start": 874181479,
            "stop": 874181504
        },
        {
            "start": 874181516,
            "stop": 874181517
        },
        {
            "start": 874181522,
            "stop": 874181542
        },
        {
            "start": 874181545,
            "stop": 874181546
        },
        {
            "start": 874181558,
            "stop": 874181605
        },
        {
            "start": 874182099,
            "stop": 874183080
        },
        {
            "start": 874183140,
            "stop": 874183170
        },
        {
            "start": 874183260,
            "stop": 874186740
        },
        {
            "start": 874186860,
            "stop": 874187040
        },
        {
            "start": 874187160,
            "stop": 874187787
        },
        {
            "start": 874188389,
            "stop": 874189115
        },
        {
            "start": 874189505,
            "stop": 874190340
        },
        {
            "start": 874190460,
            "stop": 874191240
        },
        {
            "start": 874191300,
            "stop": 874192080
        },
        {
            "start": 874192200,
            "stop": 874193687
        },
        {
            "start": 874194343,
            "stop": 874196940
        },
        {
            "start": 874197000,
            "stop": 874197900
        }
    ]
}