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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5056",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5054",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5055,
    "results": [
        {
            "start": 872920739,
            "stop": 872920857
        },
        {
            "start": 872920896,
            "stop": 872920924
        },
        {
            "start": 872920967,
            "stop": 872920974
        },
        {
            "start": 872921017,
            "stop": 872923280
        },
        {
            "start": 872923297,
            "stop": 872925690
        },
        {
            "start": 872927126,
            "stop": 872928435
        },
        {
            "start": 872928452,
            "stop": 872930687
        },
        {
            "start": 872930704,
            "stop": 872933156
        },
        {
            "start": 872933173,
            "stop": 872933658
        },
        {
            "start": 872933694,
            "stop": 872935497
        },
        {
            "start": 872935514,
            "stop": 872937975
        },
        {
            "start": 872937992,
            "stop": 872938335
        },
        {
            "start": 872939457,
            "stop": 872940209
        },
        {
            "start": 872940225,
            "stop": 872941440
        },
        {
            "start": 872941560,
            "stop": 872942637
        },
        {
            "start": 872942654,
            "stop": 872944433
        },
        {
            "start": 872944719,
            "stop": 872945366
        },
        {
            "start": 872945457,
            "stop": 872945576
        },
        {
            "start": 872971215,
            "stop": 872971437
        },
        {
            "start": 872971483,
            "stop": 872971723
        }
    ]
}