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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=208",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 209,
    "results": [
        {
            "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": 1239898576
        },
        {
            "start": 1239898580,
            "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": 1239899244
        },
        {
            "start": 1239899249,
            "stop": 1239899351
        },
        {
            "start": 1239899352,
            "stop": 1239899471
        },
        {
            "start": 1239899472,
            "stop": 1239899591
        },
        {
            "start": 1239899592,
            "stop": 1239899711
        },
        {
            "start": 1239899712,
            "stop": 1239899726
        }
    ]
}