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=795
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=796",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=794",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 795,
    "results": [
        {
            "start": 1249845701,
            "stop": 1249845732
        },
        {
            "start": 1249850899,
            "stop": 1249851773
        },
        {
            "start": 1249851777,
            "stop": 1249851992
        },
        {
            "start": 1249851996,
            "stop": 1249852178
        },
        {
            "start": 1249852182,
            "stop": 1249852703
        },
        {
            "start": 1249852706,
            "stop": 1249852715
        },
        {
            "start": 1249852720,
            "stop": 1249854011
        },
        {
            "start": 1249864752,
            "stop": 1249864949
        },
        {
            "start": 1249864952,
            "stop": 1249865209
        },
        {
            "start": 1249865214,
            "stop": 1249865309
        },
        {
            "start": 1249865312,
            "stop": 1249865564
        },
        {
            "start": 1249865568,
            "stop": 1249865949
        },
        {
            "start": 1249865953,
            "stop": 1249866040
        },
        {
            "start": 1249866045,
            "stop": 1249866863
        },
        {
            "start": 1249866868,
            "stop": 1249868311
        },
        {
            "start": 1249868316,
            "stop": 1249869099
        },
        {
            "start": 1249869103,
            "stop": 1249870857
        },
        {
            "start": 1249870860,
            "stop": 1249870885
        },
        {
            "start": 1249870888,
            "stop": 1249875287
        },
        {
            "start": 1249875291,
            "stop": 1249876096
        }
    ]
}