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=481
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=482",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=480",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 481,
    "results": [
        {
            "start": 1262227771,
            "stop": 1262229794
        },
        {
            "start": 1262229797,
            "stop": 1262230574
        },
        {
            "start": 1262230577,
            "stop": 1262230976
        },
        {
            "start": 1262230979,
            "stop": 1262232285
        },
        {
            "start": 1262232288,
            "stop": 1262232302
        },
        {
            "start": 1262232305,
            "stop": 1262233602
        },
        {
            "start": 1262233605,
            "stop": 1262233619
        },
        {
            "start": 1262233622,
            "stop": 1262234242
        },
        {
            "start": 1262234245,
            "stop": 1262234725
        },
        {
            "start": 1262234727,
            "stop": 1262234757
        },
        {
            "start": 1262234760,
            "stop": 1262236041
        },
        {
            "start": 1262236049,
            "stop": 1262236485
        },
        {
            "start": 1262236488,
            "stop": 1262236509
        },
        {
            "start": 1262236511,
            "stop": 1262236535
        },
        {
            "start": 1262236538,
            "stop": 1262238190
        },
        {
            "start": 1262238193,
            "stop": 1262238196
        },
        {
            "start": 1262238202,
            "stop": 1262239061
        },
        {
            "start": 1262239064,
            "stop": 1262240573
        },
        {
            "start": 1262240576,
            "stop": 1262240716
        },
        {
            "start": 1262240719,
            "stop": 1262240900
        }
    ]
}