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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=661",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=659",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 660,
    "results": [
        {
            "start": 1266187804,
            "stop": 1266188642
        },
        {
            "start": 1266196469,
            "stop": 1266203193
        },
        {
            "start": 1266203196,
            "stop": 1266205283
        },
        {
            "start": 1266205288,
            "stop": 1266206442
        },
        {
            "start": 1266206447,
            "stop": 1266207398
        },
        {
            "start": 1266207401,
            "stop": 1266207930
        },
        {
            "start": 1266207931,
            "stop": 1266210182
        },
        {
            "start": 1266210185,
            "stop": 1266210596
        },
        {
            "start": 1266210601,
            "stop": 1266211176
        },
        {
            "start": 1266211180,
            "stop": 1266218474
        },
        {
            "start": 1266218478,
            "stop": 1266220035
        },
        {
            "start": 1266220038,
            "stop": 1266221212
        },
        {
            "start": 1266221216,
            "stop": 1266222081
        },
        {
            "start": 1266222085,
            "stop": 1266224103
        },
        {
            "start": 1266224104,
            "stop": 1266224870
        },
        {
            "start": 1266224873,
            "stop": 1266225244
        },
        {
            "start": 1266225247,
            "stop": 1266226814
        },
        {
            "start": 1266226819,
            "stop": 1266232080
        },
        {
            "start": 1266232083,
            "stop": 1266232193
        },
        {
            "start": 1266232196,
            "stop": 1266232566
        }
    ]
}