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=40668
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=40669",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40667",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40668,
    "results": [
        {
            "start": 874924424,
            "stop": 874924431
        },
        {
            "start": 874924432,
            "stop": 874924434
        },
        {
            "start": 874924435,
            "stop": 874924436
        },
        {
            "start": 874924437,
            "stop": 874924453
        },
        {
            "start": 874924454,
            "stop": 874924500
        },
        {
            "start": 874924501,
            "stop": 874924578
        },
        {
            "start": 874924580,
            "stop": 874924624
        },
        {
            "start": 874924626,
            "stop": 874924670
        },
        {
            "start": 874924671,
            "stop": 874924679
        },
        {
            "start": 874924680,
            "stop": 874924717
        },
        {
            "start": 874924718,
            "stop": 874924720
        },
        {
            "start": 874924722,
            "stop": 874924725
        },
        {
            "start": 874924727,
            "stop": 874924776
        },
        {
            "start": 874924778,
            "stop": 874924784
        },
        {
            "start": 874924786,
            "stop": 874924791
        },
        {
            "start": 874924793,
            "stop": 874924813
        },
        {
            "start": 874924814,
            "stop": 874924823
        },
        {
            "start": 874924825,
            "stop": 874924866
        },
        {
            "start": 874924867,
            "stop": 874924898
        },
        {
            "start": 874924899,
            "stop": 874924919
        }
    ]
}