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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=146",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 147,
    "results": [
        {
            "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
        },
        {
            "start": 1176729509,
            "stop": 1176729546
        },
        {
            "start": 1176729547,
            "stop": 1176729597
        },
        {
            "start": 1176729599,
            "stop": 1176729604
        },
        {
            "start": 1176729606,
            "stop": 1176729631
        },
        {
            "start": 1176729632,
            "stop": 1176729654
        }
    ]
}