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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT2/segments?format=api&page=219",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 220,
    "results": [
        {
            "start": 1421183418,
            "stop": 1421183487
        },
        {
            "start": 1421183489,
            "stop": 1421184582
        },
        {
            "start": 1421184587,
            "stop": 1421184678
        },
        {
            "start": 1421184686,
            "stop": 1421185150
        },
        {
            "start": 1421185158,
            "stop": 1421185438
        },
        {
            "start": 1421185442,
            "stop": 1421185455
        },
        {
            "start": 1421185457,
            "stop": 1421185530
        },
        {
            "start": 1421185538,
            "stop": 1421185558
        },
        {
            "start": 1421185570,
            "stop": 1421185688
        },
        {
            "start": 1421185690,
            "stop": 1421185834
        },
        {
            "start": 1421185838,
            "stop": 1421185902
        },
        {
            "start": 1421185906,
            "stop": 1421186083
        },
        {
            "start": 1421186084,
            "stop": 1421186246
        },
        {
            "start": 1421186250,
            "stop": 1421186434
        },
        {
            "start": 1421186438,
            "stop": 1421186442
        },
        {
            "start": 1421186450,
            "stop": 1421186526
        },
        {
            "start": 1421186528,
            "stop": 1421186642
        },
        {
            "start": 1421186646,
            "stop": 1421186678
        },
        {
            "start": 1421186683,
            "stop": 1421186738
        },
        {
            "start": 1421186742,
            "stop": 1421186790
        }
    ]
}