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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=386",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=384",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 385,
    "results": [
        {
            "start": 1264334552,
            "stop": 1264334556
        },
        {
            "start": 1264334557,
            "stop": 1264334559
        },
        {
            "start": 1264334562,
            "stop": 1264334564
        },
        {
            "start": 1264334566,
            "stop": 1264334567
        },
        {
            "start": 1264334569,
            "stop": 1264334571
        },
        {
            "start": 1264334575,
            "stop": 1264334624
        },
        {
            "start": 1264334626,
            "stop": 1264334983
        },
        {
            "start": 1264334985,
            "stop": 1264336165
        },
        {
            "start": 1264336167,
            "stop": 1264336168
        },
        {
            "start": 1264336177,
            "stop": 1264336181
        },
        {
            "start": 1264336189,
            "stop": 1264336278
        },
        {
            "start": 1264336279,
            "stop": 1264336282
        },
        {
            "start": 1264336283,
            "stop": 1264336442
        },
        {
            "start": 1264336443,
            "stop": 1264336444
        },
        {
            "start": 1264336446,
            "stop": 1264336448
        },
        {
            "start": 1264336455,
            "stop": 1264336464
        },
        {
            "start": 1264336466,
            "stop": 1264336467
        },
        {
            "start": 1264336468,
            "stop": 1264336472
        },
        {
            "start": 1264336474,
            "stop": 1264336477
        },
        {
            "start": 1264336481,
            "stop": 1264336482
        }
    ]
}