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=229
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=230",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=228",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 229,
    "results": [
        {
            "start": 1126875213,
            "stop": 1126875220
        },
        {
            "start": 1126875224,
            "stop": 1126875229
        },
        {
            "start": 1126875230,
            "stop": 1126875231
        },
        {
            "start": 1126875236,
            "stop": 1126875237
        },
        {
            "start": 1126875238,
            "stop": 1126875241
        },
        {
            "start": 1126875243,
            "stop": 1126875245
        },
        {
            "start": 1126875253,
            "stop": 1126875260
        },
        {
            "start": 1126875261,
            "stop": 1126875262
        },
        {
            "start": 1126875264,
            "stop": 1126875298
        },
        {
            "start": 1126875300,
            "stop": 1126875311
        },
        {
            "start": 1126875313,
            "stop": 1126875315
        },
        {
            "start": 1126875316,
            "stop": 1126875319
        },
        {
            "start": 1126875320,
            "stop": 1126875328
        },
        {
            "start": 1126875329,
            "stop": 1126875341
        },
        {
            "start": 1126875343,
            "stop": 1126875381
        },
        {
            "start": 1126875382,
            "stop": 1126875396
        },
        {
            "start": 1126875397,
            "stop": 1126875428
        },
        {
            "start": 1126875430,
            "stop": 1126875437
        },
        {
            "start": 1126875557,
            "stop": 1126875571
        },
        {
            "start": 1126875573,
            "stop": 1126875574
        }
    ]
}