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/O1/timelines/H1_BURST_CAT3/segments?format=api&page=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=28",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 29,
    "results": [
        {
            "start": 1126292901,
            "stop": 1126293017
        },
        {
            "start": 1126293260,
            "stop": 1126293272
        },
        {
            "start": 1126293273,
            "stop": 1126293276
        },
        {
            "start": 1126293277,
            "stop": 1126293281
        },
        {
            "start": 1126293283,
            "stop": 1126293284
        },
        {
            "start": 1126293286,
            "stop": 1126293301
        },
        {
            "start": 1126293303,
            "stop": 1126293313
        },
        {
            "start": 1126293314,
            "stop": 1126293315
        },
        {
            "start": 1126293316,
            "stop": 1126293319
        },
        {
            "start": 1126293321,
            "stop": 1126293328
        },
        {
            "start": 1126293329,
            "stop": 1126293352
        },
        {
            "start": 1126293356,
            "stop": 1126293360
        },
        {
            "start": 1126293361,
            "stop": 1126293362
        },
        {
            "start": 1126293363,
            "stop": 1126293365
        },
        {
            "start": 1126293366,
            "stop": 1126293374
        },
        {
            "start": 1126293376,
            "stop": 1126293423
        },
        {
            "start": 1126293425,
            "stop": 1126293477
        },
        {
            "start": 1126293478,
            "stop": 1126293488
        },
        {
            "start": 1126293489,
            "stop": 1126293669
        },
        {
            "start": 1126293671,
            "stop": 1126293684
        }
    ]
}