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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2984",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2982",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2983,
    "results": [
        {
            "start": 861544920,
            "stop": 861545820
        },
        {
            "start": 861546120,
            "stop": 861546180
        },
        {
            "start": 861546420,
            "stop": 861546480
        },
        {
            "start": 861546600,
            "stop": 861546720
        },
        {
            "start": 861546840,
            "stop": 861546900
        },
        {
            "start": 861547080,
            "stop": 861549300
        },
        {
            "start": 861549360,
            "stop": 861549780
        },
        {
            "start": 861549840,
            "stop": 861550972
        },
        {
            "start": 861550980,
            "stop": 861553852
        },
        {
            "start": 861553860,
            "stop": 861558970
        },
        {
            "start": 861558975,
            "stop": 861559397
        },
        {
            "start": 861559403,
            "stop": 861561900
        },
        {
            "start": 861562020,
            "stop": 861562260
        },
        {
            "start": 861562380,
            "stop": 861563580
        },
        {
            "start": 861563700,
            "stop": 861564527
        },
        {
            "start": 861564530,
            "stop": 861566130
        },
        {
            "start": 861570574,
            "stop": 861572267
        },
        {
            "start": 861572273,
            "stop": 861572322
        },
        {
            "start": 861572328,
            "stop": 861572656
        },
        {
            "start": 861572659,
            "stop": 861573485
        }
    ]
}