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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=184",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 185,
    "results": [
        {
            "start": 1176727335,
            "stop": 1176727336
        },
        {
            "start": 1176727337,
            "stop": 1176727338
        },
        {
            "start": 1176727339,
            "stop": 1176727341
        },
        {
            "start": 1176727344,
            "stop": 1176727346
        },
        {
            "start": 1176727348,
            "stop": 1176727426
        },
        {
            "start": 1176727427,
            "stop": 1176727428
        },
        {
            "start": 1176727431,
            "stop": 1176729317
        },
        {
            "start": 1176729325,
            "stop": 1176729329
        },
        {
            "start": 1176729330,
            "stop": 1176729366
        },
        {
            "start": 1176729370,
            "stop": 1176729371
        },
        {
            "start": 1176729376,
            "stop": 1176729387
        },
        {
            "start": 1176729388,
            "stop": 1176729389
        },
        {
            "start": 1176729395,
            "stop": 1176729398
        },
        {
            "start": 1176729404,
            "stop": 1176729410
        },
        {
            "start": 1176729413,
            "stop": 1176729446
        },
        {
            "start": 1176729449,
            "stop": 1176729450
        },
        {
            "start": 1176729454,
            "stop": 1176729480
        },
        {
            "start": 1176729483,
            "stop": 1176729496
        },
        {
            "start": 1176729499,
            "stop": 1176729500
        },
        {
            "start": 1176729502,
            "stop": 1176729508
        }
    ]
}