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/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=331",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 332,
    "results": [
        {
            "start": 1240248065,
            "stop": 1240248184
        },
        {
            "start": 1240248185,
            "stop": 1240248304
        },
        {
            "start": 1240248305,
            "stop": 1240248424
        },
        {
            "start": 1240248425,
            "stop": 1240248544
        },
        {
            "start": 1240248545,
            "stop": 1240248664
        },
        {
            "start": 1240248665,
            "stop": 1240248784
        },
        {
            "start": 1240248785,
            "stop": 1240248904
        },
        {
            "start": 1240248905,
            "stop": 1240249024
        },
        {
            "start": 1240249025,
            "stop": 1240249144
        },
        {
            "start": 1240249145,
            "stop": 1240249264
        },
        {
            "start": 1240249265,
            "stop": 1240249384
        },
        {
            "start": 1240249385,
            "stop": 1240249504
        },
        {
            "start": 1240249505,
            "stop": 1240249624
        },
        {
            "start": 1240249625,
            "stop": 1240249744
        },
        {
            "start": 1240249745,
            "stop": 1240249864
        },
        {
            "start": 1240249865,
            "stop": 1240249984
        },
        {
            "start": 1240249985,
            "stop": 1240250104
        },
        {
            "start": 1240250105,
            "stop": 1240250224
        },
        {
            "start": 1240250225,
            "stop": 1240250344
        },
        {
            "start": 1240250345,
            "stop": 1240250444
        }
    ]
}