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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5954",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5952",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5953,
    "results": [
        {
            "start": 875221237,
            "stop": 875221257
        },
        {
            "start": 875221260,
            "stop": 875221315
        },
        {
            "start": 875221318,
            "stop": 875221337
        },
        {
            "start": 875221340,
            "stop": 875221388
        },
        {
            "start": 875221394,
            "stop": 875221417
        },
        {
            "start": 875221420,
            "stop": 875221426
        },
        {
            "start": 875221437,
            "stop": 875221452
        },
        {
            "start": 875221455,
            "stop": 875221459
        },
        {
            "start": 875221463,
            "stop": 875221467
        },
        {
            "start": 875221470,
            "stop": 875221534
        },
        {
            "start": 875221538,
            "stop": 875221550
        },
        {
            "start": 875221553,
            "stop": 875221582
        },
        {
            "start": 875221586,
            "stop": 875221615
        },
        {
            "start": 875221619,
            "stop": 875221649
        },
        {
            "start": 875221657,
            "stop": 875221662
        },
        {
            "start": 875221666,
            "stop": 875221712
        },
        {
            "start": 875221716,
            "stop": 875221893
        },
        {
            "start": 875221896,
            "stop": 875221908
        },
        {
            "start": 875221911,
            "stop": 875221915
        },
        {
            "start": 875221918,
            "stop": 875221994
        }
    ]
}