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=3257
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=3258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3256",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3257,
    "results": [
        {
            "start": 873008700,
            "stop": 873012189
        },
        {
            "start": 873012233,
            "stop": 873020613
        },
        {
            "start": 873020616,
            "stop": 873025527
        },
        {
            "start": 873025530,
            "stop": 873025540
        },
        {
            "start": 873025543,
            "stop": 873027360
        },
        {
            "start": 873027540,
            "stop": 873028278
        },
        {
            "start": 873028384,
            "stop": 873030540
        },
        {
            "start": 873030600,
            "stop": 873030723
        },
        {
            "start": 873030726,
            "stop": 873038220
        },
        {
            "start": 873038280,
            "stop": 873038855
        },
        {
            "start": 873038865,
            "stop": 873038880
        },
        {
            "start": 873039000,
            "stop": 873039584
        },
        {
            "start": 873041755,
            "stop": 873046890
        },
        {
            "start": 873046895,
            "stop": 873046917
        },
        {
            "start": 873046980,
            "stop": 873048120
        },
        {
            "start": 873048181,
            "stop": 873048190
        },
        {
            "start": 873048200,
            "stop": 873048201
        },
        {
            "start": 873048205,
            "stop": 873048207
        },
        {
            "start": 873048210,
            "stop": 873051511
        },
        {
            "start": 873051515,
            "stop": 873051560
        }
    ]
}