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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1890",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1888",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1889,
    "results": [
        {
            "start": 1251256768,
            "stop": 1251256771
        },
        {
            "start": 1251256776,
            "stop": 1251256784
        },
        {
            "start": 1251256792,
            "stop": 1251256795
        },
        {
            "start": 1251256798,
            "stop": 1251256799
        },
        {
            "start": 1251256812,
            "stop": 1251256813
        },
        {
            "start": 1251256815,
            "stop": 1251256817
        },
        {
            "start": 1251256826,
            "stop": 1251256827
        },
        {
            "start": 1251256836,
            "stop": 1251256837
        },
        {
            "start": 1251256879,
            "stop": 1251256880
        },
        {
            "start": 1251256888,
            "stop": 1251256892
        },
        {
            "start": 1251256894,
            "stop": 1251256896
        },
        {
            "start": 1251256897,
            "stop": 1251256898
        },
        {
            "start": 1251256942,
            "stop": 1251256943
        },
        {
            "start": 1251257031,
            "stop": 1251257034
        },
        {
            "start": 1251257038,
            "stop": 1251258143
        },
        {
            "start": 1251258144,
            "stop": 1251258805
        },
        {
            "start": 1251258808,
            "stop": 1251260109
        },
        {
            "start": 1251260112,
            "stop": 1251263315
        },
        {
            "start": 1251263318,
            "stop": 1251263986
        },
        {
            "start": 1251263989,
            "stop": 1251266553
        }
    ]
}