Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1009
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1010",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1008",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1009,
    "results": [
        {
            "start": 1252064746,
            "stop": 1252065371
        },
        {
            "start": 1252065375,
            "stop": 1252066434
        },
        {
            "start": 1252066437,
            "stop": 1252067779
        },
        {
            "start": 1252067782,
            "stop": 1252067960
        },
        {
            "start": 1252067965,
            "stop": 1252068517
        },
        {
            "start": 1252068521,
            "stop": 1252069214
        },
        {
            "start": 1252069217,
            "stop": 1252070126
        },
        {
            "start": 1252070130,
            "stop": 1252070369
        },
        {
            "start": 1252070372,
            "stop": 1252072140
        },
        {
            "start": 1252072144,
            "stop": 1252072582
        },
        {
            "start": 1252072587,
            "stop": 1252073493
        },
        {
            "start": 1252073498,
            "stop": 1252073613
        },
        {
            "start": 1252073617,
            "stop": 1252075612
        },
        {
            "start": 1252075617,
            "stop": 1252076631
        },
        {
            "start": 1252076635,
            "stop": 1252077677
        },
        {
            "start": 1252077681,
            "stop": 1252078128
        },
        {
            "start": 1252078136,
            "stop": 1252078794
        },
        {
            "start": 1252078799,
            "stop": 1252079120
        },
        {
            "start": 1252079121,
            "stop": 1252079395
        },
        {
            "start": 1252079399,
            "stop": 1252080671
        }
    ]
}