Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=126
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=125",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 126,
    "results": [
        {
            "start": 1239887712,
            "stop": 1239887831
        },
        {
            "start": 1239887832,
            "stop": 1239887948
        },
        {
            "start": 1239887950,
            "stop": 1239888071
        },
        {
            "start": 1239888072,
            "stop": 1239888191
        },
        {
            "start": 1239888192,
            "stop": 1239888311
        },
        {
            "start": 1239888312,
            "stop": 1239888431
        },
        {
            "start": 1239888432,
            "stop": 1239888551
        },
        {
            "start": 1239888552,
            "stop": 1239888671
        },
        {
            "start": 1239888672,
            "stop": 1239888791
        },
        {
            "start": 1239888792,
            "stop": 1239888911
        },
        {
            "start": 1239888912,
            "stop": 1239889031
        },
        {
            "start": 1239889032,
            "stop": 1239889151
        },
        {
            "start": 1239889152,
            "stop": 1239889271
        },
        {
            "start": 1239889272,
            "stop": 1239889391
        },
        {
            "start": 1239889392,
            "stop": 1239889511
        },
        {
            "start": 1239889512,
            "stop": 1239889631
        },
        {
            "start": 1239889632,
            "stop": 1239889751
        },
        {
            "start": 1239889752,
            "stop": 1239889871
        },
        {
            "start": 1239889872,
            "stop": 1239889991
        },
        {
            "start": 1239889992,
            "stop": 1239890091
        }
    ]
}