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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41087",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41085",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41086,
    "results": [
        {
            "start": 875217812,
            "stop": 875217878
        },
        {
            "start": 875217879,
            "stop": 875217895
        },
        {
            "start": 875217896,
            "stop": 875217927
        },
        {
            "start": 875217928,
            "stop": 875218012
        },
        {
            "start": 875218013,
            "stop": 875218023
        },
        {
            "start": 875218024,
            "stop": 875218043
        },
        {
            "start": 875218044,
            "stop": 875218076
        },
        {
            "start": 875218077,
            "stop": 875218119
        },
        {
            "start": 875218120,
            "stop": 875218140
        },
        {
            "start": 875218141,
            "stop": 875218146
        },
        {
            "start": 875218148,
            "stop": 875218172
        },
        {
            "start": 875218173,
            "stop": 875218174
        },
        {
            "start": 875218175,
            "stop": 875218176
        },
        {
            "start": 875218177,
            "stop": 875218198
        },
        {
            "start": 875218202,
            "stop": 875218203
        },
        {
            "start": 875218206,
            "stop": 875218303
        },
        {
            "start": 875218304,
            "stop": 875218356
        },
        {
            "start": 875218358,
            "stop": 875218396
        },
        {
            "start": 875218397,
            "stop": 875218403
        },
        {
            "start": 875218404,
            "stop": 875218406
        }
    ]
}