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=130
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=131",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=129",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 130,
    "results": [
        {
            "start": 1239897312,
            "stop": 1239897431
        },
        {
            "start": 1239897432,
            "stop": 1239897551
        },
        {
            "start": 1239897552,
            "stop": 1239897671
        },
        {
            "start": 1239897672,
            "stop": 1239897791
        },
        {
            "start": 1239897792,
            "stop": 1239897911
        },
        {
            "start": 1239897912,
            "stop": 1239898031
        },
        {
            "start": 1239898032,
            "stop": 1239898151
        },
        {
            "start": 1239898152,
            "stop": 1239898271
        },
        {
            "start": 1239898272,
            "stop": 1239898391
        },
        {
            "start": 1239898392,
            "stop": 1239898491
        },
        {
            "start": 1239898492,
            "stop": 1239898631
        },
        {
            "start": 1239898632,
            "stop": 1239898751
        },
        {
            "start": 1239898752,
            "stop": 1239898871
        },
        {
            "start": 1239898872,
            "stop": 1239898991
        },
        {
            "start": 1239898992,
            "stop": 1239899111
        },
        {
            "start": 1239899112,
            "stop": 1239899231
        },
        {
            "start": 1239899232,
            "stop": 1239899351
        },
        {
            "start": 1239899352,
            "stop": 1239899471
        },
        {
            "start": 1239899472,
            "stop": 1239899591
        },
        {
            "start": 1239899592,
            "stop": 1239899711
        }
    ]
}