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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=147",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 148,
    "results": [
        {
            "start": 1239216208,
            "stop": 1239216530
        },
        {
            "start": 1239216535,
            "stop": 1239216537
        },
        {
            "start": 1239216549,
            "stop": 1239217065
        },
        {
            "start": 1239217069,
            "stop": 1239217119
        },
        {
            "start": 1239217123,
            "stop": 1239217217
        },
        {
            "start": 1239217221,
            "stop": 1239217239
        },
        {
            "start": 1239217243,
            "stop": 1239217342
        },
        {
            "start": 1239217347,
            "stop": 1239217422
        },
        {
            "start": 1239217426,
            "stop": 1239217444
        },
        {
            "start": 1239217448,
            "stop": 1239217581
        },
        {
            "start": 1239217585,
            "stop": 1239217622
        },
        {
            "start": 1239217625,
            "stop": 1239217675
        },
        {
            "start": 1239217679,
            "stop": 1239217765
        },
        {
            "start": 1239217770,
            "stop": 1239217900
        },
        {
            "start": 1239217905,
            "stop": 1239218156
        },
        {
            "start": 1239218160,
            "stop": 1239218277
        },
        {
            "start": 1239218282,
            "stop": 1239218372
        },
        {
            "start": 1239218377,
            "stop": 1239218722
        },
        {
            "start": 1239218727,
            "stop": 1239218873
        },
        {
            "start": 1239218878,
            "stop": 1239219248
        }
    ]
}