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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=72",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 73,
    "results": [
        {
            "start": 1238329061,
            "stop": 1238329618
        },
        {
            "start": 1238329621,
            "stop": 1238329857
        },
        {
            "start": 1238329864,
            "stop": 1238329988
        },
        {
            "start": 1238329994,
            "stop": 1238330042
        },
        {
            "start": 1238330177,
            "stop": 1238331705
        },
        {
            "start": 1238331706,
            "stop": 1238332016
        },
        {
            "start": 1238332019,
            "stop": 1238332025
        },
        {
            "start": 1238332028,
            "stop": 1238332739
        },
        {
            "start": 1238332743,
            "stop": 1238333671
        },
        {
            "start": 1238333681,
            "stop": 1238334033
        },
        {
            "start": 1238334034,
            "stop": 1238334277
        },
        {
            "start": 1238334280,
            "stop": 1238334891
        },
        {
            "start": 1238334898,
            "stop": 1238334901
        },
        {
            "start": 1238334903,
            "stop": 1238335013
        },
        {
            "start": 1238335014,
            "stop": 1238335062
        },
        {
            "start": 1238335064,
            "stop": 1238335297
        },
        {
            "start": 1238335302,
            "stop": 1238335531
        },
        {
            "start": 1238335536,
            "stop": 1238335892
        },
        {
            "start": 1238335893,
            "stop": 1238335896
        },
        {
            "start": 1238335918,
            "stop": 1238336149
        }
    ]
}