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=3654
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=3655",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3653",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3654,
    "results": [
        {
            "start": 970687841,
            "stop": 970687842
        },
        {
            "start": 970687843,
            "stop": 970688627
        },
        {
            "start": 970688630,
            "stop": 970689226
        },
        {
            "start": 970689229,
            "stop": 970689451
        },
        {
            "start": 970689452,
            "stop": 970689645
        },
        {
            "start": 970689648,
            "stop": 970690467
        },
        {
            "start": 970690468,
            "stop": 970690578
        },
        {
            "start": 970690581,
            "stop": 970690778
        },
        {
            "start": 970690781,
            "stop": 970690899
        },
        {
            "start": 970690902,
            "stop": 970690955
        },
        {
            "start": 970690956,
            "stop": 970691401
        },
        {
            "start": 970691404,
            "stop": 970692048
        },
        {
            "start": 970694627,
            "stop": 970695244
        },
        {
            "start": 970695247,
            "stop": 970695326
        },
        {
            "start": 970695329,
            "stop": 970695723
        },
        {
            "start": 970695724,
            "stop": 970696053
        },
        {
            "start": 970696056,
            "stop": 970696400
        },
        {
            "start": 970696403,
            "stop": 970696543
        },
        {
            "start": 970696546,
            "stop": 970696717
        },
        {
            "start": 970715552,
            "stop": 970715676
        }
    ]
}