Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=317
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=316",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 317,
    "results": [
        {
            "start": 1175849107,
            "stop": 1175849443
        },
        {
            "start": 1175849446,
            "stop": 1175850100
        },
        {
            "start": 1175850102,
            "stop": 1175851103
        },
        {
            "start": 1175851105,
            "stop": 1175852294
        },
        {
            "start": 1175852296,
            "stop": 1175853255
        },
        {
            "start": 1175853257,
            "stop": 1175854172
        },
        {
            "start": 1175854174,
            "stop": 1175855234
        },
        {
            "start": 1175855236,
            "stop": 1175856377
        },
        {
            "start": 1175856379,
            "stop": 1175856855
        },
        {
            "start": 1175856859,
            "stop": 1175857357
        },
        {
            "start": 1175857359,
            "stop": 1175858616
        },
        {
            "start": 1175858618,
            "stop": 1175859599
        },
        {
            "start": 1175859601,
            "stop": 1175860632
        },
        {
            "start": 1175860634,
            "stop": 1175861529
        },
        {
            "start": 1175861531,
            "stop": 1175861674
        },
        {
            "start": 1175864788,
            "stop": 1175864839
        },
        {
            "start": 1175864841,
            "stop": 1175865842
        },
        {
            "start": 1175865844,
            "stop": 1175866948
        },
        {
            "start": 1175866950,
            "stop": 1175868267
        },
        {
            "start": 1175868269,
            "stop": 1175869442
        }
    ]
}