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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40645",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40643",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40644,
    "results": [
        {
            "start": 874914470,
            "stop": 874914492
        },
        {
            "start": 874914493,
            "stop": 874914507
        },
        {
            "start": 874914509,
            "stop": 874914536
        },
        {
            "start": 874914538,
            "stop": 874914551
        },
        {
            "start": 874914553,
            "stop": 874914555
        },
        {
            "start": 874914556,
            "stop": 874914572
        },
        {
            "start": 874914573,
            "stop": 874914619
        },
        {
            "start": 874914621,
            "stop": 874914627
        },
        {
            "start": 874914629,
            "stop": 874914632
        },
        {
            "start": 874914634,
            "stop": 874914645
        },
        {
            "start": 874914647,
            "stop": 874914648
        },
        {
            "start": 874914649,
            "stop": 874914662
        },
        {
            "start": 874914663,
            "stop": 874914701
        },
        {
            "start": 874914702,
            "stop": 874914766
        },
        {
            "start": 874914768,
            "stop": 874914824
        },
        {
            "start": 874914825,
            "stop": 874914852
        },
        {
            "start": 874914853,
            "stop": 874914904
        },
        {
            "start": 874914905,
            "stop": 874914925
        },
        {
            "start": 874914926,
            "stop": 874914928
        },
        {
            "start": 874914929,
            "stop": 874914973
        }
    ]
}