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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=7",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 8,
    "results": [
        {
            "start": 931053520,
            "stop": 931053526
        },
        {
            "start": 931053528,
            "stop": 931053529
        },
        {
            "start": 931053530,
            "stop": 931053532
        },
        {
            "start": 931053535,
            "stop": 931053536
        },
        {
            "start": 931053537,
            "stop": 931053538
        },
        {
            "start": 931053541,
            "stop": 931053550
        },
        {
            "start": 931053554,
            "stop": 931053555
        },
        {
            "start": 931053556,
            "stop": 931053557
        },
        {
            "start": 931053559,
            "stop": 931053561
        },
        {
            "start": 931053562,
            "stop": 931053564
        },
        {
            "start": 931053567,
            "stop": 931053568
        },
        {
            "start": 931053571,
            "stop": 931053572
        },
        {
            "start": 931053573,
            "stop": 931053574
        },
        {
            "start": 931053575,
            "stop": 931053579
        },
        {
            "start": 931053581,
            "stop": 931053588
        },
        {
            "start": 931053589,
            "stop": 931053590
        },
        {
            "start": 931053591,
            "stop": 931053601
        },
        {
            "start": 931053602,
            "stop": 931053606
        },
        {
            "start": 931053608,
            "stop": 931053611
        },
        {
            "start": 931053612,
            "stop": 931053613
        }
    ]
}