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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=221",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 222,
    "results": [
        {
            "start": 1177103006,
            "stop": 1177103011
        },
        {
            "start": 1177103012,
            "stop": 1177104135
        },
        {
            "start": 1177104140,
            "stop": 1177104319
        },
        {
            "start": 1177104320,
            "stop": 1177104361
        },
        {
            "start": 1177104363,
            "stop": 1177104379
        },
        {
            "start": 1177104381,
            "stop": 1177104447
        },
        {
            "start": 1177104451,
            "stop": 1177104455
        },
        {
            "start": 1177104456,
            "stop": 1177104462
        },
        {
            "start": 1177104463,
            "stop": 1177104464
        },
        {
            "start": 1177104466,
            "stop": 1177104467
        },
        {
            "start": 1177104468,
            "stop": 1177104476
        },
        {
            "start": 1177104477,
            "stop": 1177104478
        },
        {
            "start": 1177104479,
            "stop": 1177104486
        },
        {
            "start": 1177104490,
            "stop": 1177104496
        },
        {
            "start": 1177104499,
            "stop": 1177104637
        },
        {
            "start": 1177104639,
            "stop": 1177104681
        },
        {
            "start": 1177104682,
            "stop": 1177104889
        },
        {
            "start": 1177104891,
            "stop": 1177104894
        },
        {
            "start": 1177104895,
            "stop": 1177104900
        },
        {
            "start": 1177104901,
            "stop": 1177104902
        }
    ]
}