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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=206",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 207,
    "results": [
        {
            "start": 852216464,
            "stop": 852216929
        },
        {
            "start": 852236312,
            "stop": 852255710
        },
        {
            "start": 852256028,
            "stop": 852256036
        },
        {
            "start": 852256448,
            "stop": 852259746
        },
        {
            "start": 852260323,
            "stop": 852292957
        },
        {
            "start": 852309132,
            "stop": 852310557
        },
        {
            "start": 852314633,
            "stop": 852315557
        },
        {
            "start": 852319145,
            "stop": 852320930
        },
        {
            "start": 852321753,
            "stop": 852325299
        },
        {
            "start": 852327461,
            "stop": 852330617
        },
        {
            "start": 852330822,
            "stop": 852331531
        },
        {
            "start": 852332529,
            "stop": 852337111
        },
        {
            "start": 852337179,
            "stop": 852338736
        },
        {
            "start": 852339436,
            "stop": 852351564
        },
        {
            "start": 852351631,
            "stop": 852363314
        },
        {
            "start": 852363334,
            "stop": 852363344
        },
        {
            "start": 852363898,
            "stop": 852382864
        },
        {
            "start": 852387319,
            "stop": 852388082
        },
        {
            "start": 852388439,
            "stop": 852389436
        },
        {
            "start": 852390478,
            "stop": 852390869
        }
    ]
}