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=5825
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=5826",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5824",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5825,
    "results": [
        {
            "start": 874714599,
            "stop": 874714622
        },
        {
            "start": 874714625,
            "stop": 874714633
        },
        {
            "start": 874714636,
            "stop": 874714711
        },
        {
            "start": 874714714,
            "stop": 874714717
        },
        {
            "start": 874714720,
            "stop": 874714743
        },
        {
            "start": 874714746,
            "stop": 874714761
        },
        {
            "start": 874714764,
            "stop": 874714774
        },
        {
            "start": 874714778,
            "stop": 874714837
        },
        {
            "start": 874714840,
            "stop": 874714844
        },
        {
            "start": 874715025,
            "stop": 874715039
        },
        {
            "start": 874715042,
            "stop": 874715074
        },
        {
            "start": 874715077,
            "stop": 874715120
        },
        {
            "start": 874715124,
            "stop": 874715212
        },
        {
            "start": 874715215,
            "stop": 874715244
        },
        {
            "start": 874715247,
            "stop": 874715289
        },
        {
            "start": 874715292,
            "stop": 874715368
        },
        {
            "start": 874715373,
            "stop": 874715376
        },
        {
            "start": 874715379,
            "stop": 874715434
        },
        {
            "start": 874715437,
            "stop": 874715500
        },
        {
            "start": 874715503,
            "stop": 874715550
        }
    ]
}