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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=348",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 349,
    "results": [
        {
            "start": 1240658942,
            "stop": 1240659935
        },
        {
            "start": 1240659940,
            "stop": 1240661531
        },
        {
            "start": 1240661533,
            "stop": 1240662639
        },
        {
            "start": 1240662642,
            "stop": 1240666126
        },
        {
            "start": 1240666130,
            "stop": 1240666950
        },
        {
            "start": 1240666954,
            "stop": 1240668052
        },
        {
            "start": 1240700690,
            "stop": 1240702472
        },
        {
            "start": 1240702477,
            "stop": 1240702724
        },
        {
            "start": 1240702727,
            "stop": 1240704099
        },
        {
            "start": 1240704120,
            "stop": 1240706705
        },
        {
            "start": 1240706707,
            "stop": 1240706708
        },
        {
            "start": 1240706710,
            "stop": 1240707294
        },
        {
            "start": 1240707297,
            "stop": 1240707348
        },
        {
            "start": 1240707350,
            "stop": 1240707359
        },
        {
            "start": 1240707363,
            "stop": 1240707417
        },
        {
            "start": 1240707419,
            "stop": 1240707557
        },
        {
            "start": 1240707560,
            "stop": 1240707566
        },
        {
            "start": 1240707571,
            "stop": 1240707586
        },
        {
            "start": 1240707588,
            "stop": 1240709055
        },
        {
            "start": 1240709058,
            "stop": 1240709722
        }
    ]
}