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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=355",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=353",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 354,
    "results": [
        {
            "start": 1260682611,
            "stop": 1260683546
        },
        {
            "start": 1260683549,
            "stop": 1260684568
        },
        {
            "start": 1260684571,
            "stop": 1260684578
        },
        {
            "start": 1260684581,
            "stop": 1260686801
        },
        {
            "start": 1260686804,
            "stop": 1260687247
        },
        {
            "start": 1260687253,
            "stop": 1260688343
        },
        {
            "start": 1260688346,
            "stop": 1260689017
        },
        {
            "start": 1260689020,
            "stop": 1260690244
        },
        {
            "start": 1260690247,
            "stop": 1260691023
        },
        {
            "start": 1260691026,
            "stop": 1260691222
        },
        {
            "start": 1260691225,
            "stop": 1260691971
        },
        {
            "start": 1260691974,
            "stop": 1260691976
        },
        {
            "start": 1260691979,
            "stop": 1260692600
        },
        {
            "start": 1260692608,
            "stop": 1260692905
        },
        {
            "start": 1260692907,
            "stop": 1260693588
        },
        {
            "start": 1260693591,
            "stop": 1260694976
        },
        {
            "start": 1260694979,
            "stop": 1260696111
        },
        {
            "start": 1260696114,
            "stop": 1260697676
        },
        {
            "start": 1260697679,
            "stop": 1260698260
        },
        {
            "start": 1260698263,
            "stop": 1260698608
        }
    ]
}