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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=217",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 218,
    "results": [
        {
            "start": 854890839,
            "stop": 854893728
        },
        {
            "start": 854906349,
            "stop": 854907829
        },
        {
            "start": 854911504,
            "stop": 854913443
        },
        {
            "start": 854924111,
            "stop": 854929366
        },
        {
            "start": 854929470,
            "stop": 854957121
        },
        {
            "start": 854958147,
            "stop": 854974425
        },
        {
            "start": 854977674,
            "stop": 854980268
        },
        {
            "start": 854981294,
            "stop": 854984065
        },
        {
            "start": 854985542,
            "stop": 854987238
        },
        {
            "start": 854987419,
            "stop": 854990970
        },
        {
            "start": 854993640,
            "stop": 854993971
        },
        {
            "start": 854994512,
            "stop": 854996080
        },
        {
            "start": 854996202,
            "stop": 855007495
        },
        {
            "start": 855009611,
            "stop": 855016608
        },
        {
            "start": 855017888,
            "stop": 855020520
        },
        {
            "start": 855020735,
            "stop": 855038908
        },
        {
            "start": 855038968,
            "stop": 855041733
        },
        {
            "start": 855043243,
            "stop": 855062510
        },
        {
            "start": 855063752,
            "stop": 855063901
        },
        {
            "start": 855065697,
            "stop": 855066825
        }
    ]
}