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=7287
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=7288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7286",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7287,
    "results": [
        {
            "start": 875043821,
            "stop": 875043846
        },
        {
            "start": 875043847,
            "stop": 875043875
        },
        {
            "start": 875043876,
            "stop": 875043934
        },
        {
            "start": 875043937,
            "stop": 875043940
        },
        {
            "start": 875043942,
            "stop": 875043956
        },
        {
            "start": 875043957,
            "stop": 875044648
        },
        {
            "start": 875044649,
            "stop": 875045359
        },
        {
            "start": 875045360,
            "stop": 875045493
        },
        {
            "start": 875045495,
            "stop": 875045529
        },
        {
            "start": 875045530,
            "stop": 875045534
        },
        {
            "start": 875045535,
            "stop": 875045588
        },
        {
            "start": 875045589,
            "stop": 875045699
        },
        {
            "start": 875045700,
            "stop": 875045702
        },
        {
            "start": 875045703,
            "stop": 875045828
        },
        {
            "start": 875045830,
            "stop": 875046107
        },
        {
            "start": 875046109,
            "stop": 875046128
        },
        {
            "start": 875046131,
            "stop": 875046188
        },
        {
            "start": 875046192,
            "stop": 875046297
        },
        {
            "start": 875046299,
            "stop": 875046314
        },
        {
            "start": 875046315,
            "stop": 875046322
        }
    ]
}