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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5182",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5180",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5181,
    "results": [
        {
            "start": 1137024275,
            "stop": 1137024286
        },
        {
            "start": 1137024288,
            "stop": 1137024294
        },
        {
            "start": 1137024296,
            "stop": 1137024311
        },
        {
            "start": 1137024313,
            "stop": 1137024341
        },
        {
            "start": 1137024343,
            "stop": 1137024345
        },
        {
            "start": 1137024347,
            "stop": 1137024357
        },
        {
            "start": 1137024358,
            "stop": 1137024365
        },
        {
            "start": 1137024366,
            "stop": 1137024367
        },
        {
            "start": 1137024369,
            "stop": 1137024375
        },
        {
            "start": 1137024377,
            "stop": 1137024390
        },
        {
            "start": 1137024392,
            "stop": 1137024443
        },
        {
            "start": 1137024445,
            "stop": 1137024454
        },
        {
            "start": 1137024456,
            "stop": 1137024468
        },
        {
            "start": 1137024470,
            "stop": 1137024472
        },
        {
            "start": 1137024474,
            "stop": 1137024476
        },
        {
            "start": 1137024480,
            "stop": 1137024523
        },
        {
            "start": 1137024527,
            "stop": 1137024547
        },
        {
            "start": 1137024549,
            "stop": 1137024560
        },
        {
            "start": 1137024561,
            "stop": 1137024569
        },
        {
            "start": 1137024570,
            "stop": 1137024575
        }
    ]
}