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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3719",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3717",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3718,
    "results": [
        {
            "start": 971007326,
            "stop": 971007335
        },
        {
            "start": 971007339,
            "stop": 971007350
        },
        {
            "start": 971007353,
            "stop": 971007370
        },
        {
            "start": 971007372,
            "stop": 971007398
        },
        {
            "start": 971007401,
            "stop": 971007403
        },
        {
            "start": 971007406,
            "stop": 971007438
        },
        {
            "start": 971007441,
            "stop": 971007464
        },
        {
            "start": 971007467,
            "stop": 971007480
        },
        {
            "start": 971007483,
            "stop": 971007504
        },
        {
            "start": 971007507,
            "stop": 971007538
        },
        {
            "start": 971007541,
            "stop": 971007628
        },
        {
            "start": 971007631,
            "stop": 971007653
        },
        {
            "start": 971007656,
            "stop": 971007677
        },
        {
            "start": 971007680,
            "stop": 971007681
        },
        {
            "start": 971007684,
            "stop": 971007736
        },
        {
            "start": 971007739,
            "stop": 971007746
        },
        {
            "start": 971007749,
            "stop": 971007767
        },
        {
            "start": 971007770,
            "stop": 971007790
        },
        {
            "start": 971007793,
            "stop": 971007826
        },
        {
            "start": 971007829,
            "stop": 971007866
        }
    ]
}