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/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5191
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5192",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5190",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5191,
    "results": [
        {
            "start": 1136276274,
            "stop": 1136276283
        },
        {
            "start": 1136276287,
            "stop": 1136276294
        },
        {
            "start": 1136276297,
            "stop": 1136276305
        },
        {
            "start": 1136276307,
            "stop": 1136276314
        },
        {
            "start": 1136276318,
            "stop": 1136276319
        },
        {
            "start": 1136276321,
            "stop": 1136276326
        },
        {
            "start": 1136276328,
            "stop": 1136276355
        },
        {
            "start": 1136276357,
            "stop": 1136276361
        },
        {
            "start": 1136276363,
            "stop": 1136276432
        },
        {
            "start": 1136276434,
            "stop": 1136276445
        },
        {
            "start": 1136276447,
            "stop": 1136276495
        },
        {
            "start": 1136276497,
            "stop": 1136276503
        },
        {
            "start": 1136276505,
            "stop": 1136276520
        },
        {
            "start": 1136276522,
            "stop": 1136276523
        },
        {
            "start": 1136276525,
            "stop": 1136276578
        },
        {
            "start": 1136276580,
            "stop": 1136276583
        },
        {
            "start": 1136276585,
            "stop": 1136276601
        },
        {
            "start": 1136276603,
            "stop": 1136276604
        },
        {
            "start": 1136276606,
            "stop": 1136276616
        },
        {
            "start": 1136276618,
            "stop": 1136276707
        }
    ]
}