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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5083",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5081",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5082,
    "results": [
        {
            "start": 874622186,
            "stop": 874622198
        },
        {
            "start": 874622206,
            "stop": 874622211
        },
        {
            "start": 874622219,
            "stop": 874622222
        },
        {
            "start": 874622229,
            "stop": 874622266
        },
        {
            "start": 874622273,
            "stop": 874622278
        },
        {
            "start": 874622286,
            "stop": 874622292
        },
        {
            "start": 874622305,
            "stop": 874622318
        },
        {
            "start": 874622330,
            "stop": 874622332
        },
        {
            "start": 874622341,
            "stop": 874622349
        },
        {
            "start": 874622356,
            "stop": 874622357
        },
        {
            "start": 874622364,
            "stop": 874622416
        },
        {
            "start": 874622425,
            "stop": 874622440
        },
        {
            "start": 874622447,
            "stop": 874622494
        },
        {
            "start": 874622508,
            "stop": 874622633
        },
        {
            "start": 874622642,
            "stop": 874622653
        },
        {
            "start": 874622660,
            "stop": 874622708
        },
        {
            "start": 874622715,
            "stop": 874622751
        },
        {
            "start": 874622761,
            "stop": 874622774
        },
        {
            "start": 874622781,
            "stop": 874622796
        },
        {
            "start": 874625680,
            "stop": 874628197
        }
    ]
}