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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7281",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7282,
    "results": [
        {
            "start": 875018039,
            "stop": 875018133
        },
        {
            "start": 875018135,
            "stop": 875019087
        },
        {
            "start": 875019088,
            "stop": 875019092
        },
        {
            "start": 875019093,
            "stop": 875019577
        },
        {
            "start": 875019578,
            "stop": 875019599
        },
        {
            "start": 875019600,
            "stop": 875020029
        },
        {
            "start": 875020030,
            "stop": 875020130
        },
        {
            "start": 875020132,
            "stop": 875021475
        },
        {
            "start": 875021476,
            "stop": 875021651
        },
        {
            "start": 875021652,
            "stop": 875021741
        },
        {
            "start": 875021743,
            "stop": 875021780
        },
        {
            "start": 875021781,
            "stop": 875021857
        },
        {
            "start": 875021858,
            "stop": 875022147
        },
        {
            "start": 875022148,
            "stop": 875022205
        },
        {
            "start": 875022206,
            "stop": 875022248
        },
        {
            "start": 875022251,
            "stop": 875022257
        },
        {
            "start": 875022261,
            "stop": 875022265
        },
        {
            "start": 875022268,
            "stop": 875022271
        },
        {
            "start": 875022283,
            "stop": 875022285
        },
        {
            "start": 875022295,
            "stop": 875022624
        }
    ]
}