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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33081",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33079",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33080,
    "results": [
        {
            "start": 970473570,
            "stop": 970473571
        },
        {
            "start": 970473727,
            "stop": 970473729
        },
        {
            "start": 970473733,
            "stop": 970473734
        },
        {
            "start": 970473740,
            "stop": 970473741
        },
        {
            "start": 970473742,
            "stop": 970473743
        },
        {
            "start": 970473787,
            "stop": 970473788
        },
        {
            "start": 970473811,
            "stop": 970473812
        },
        {
            "start": 970473838,
            "stop": 970473858
        },
        {
            "start": 970473861,
            "stop": 970473867
        },
        {
            "start": 970473870,
            "stop": 970473871
        },
        {
            "start": 970473874,
            "stop": 970473897
        },
        {
            "start": 970473900,
            "stop": 970473904
        },
        {
            "start": 970473907,
            "stop": 970473926
        },
        {
            "start": 970473929,
            "stop": 970473931
        },
        {
            "start": 970473934,
            "stop": 970473947
        },
        {
            "start": 970473950,
            "stop": 970473966
        },
        {
            "start": 970473988,
            "stop": 970473989
        },
        {
            "start": 970474078,
            "stop": 970474080
        },
        {
            "start": 970474251,
            "stop": 970474252
        },
        {
            "start": 970474254,
            "stop": 970474255
        }
    ]
}