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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=556",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=554",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 555,
    "results": [
        {
            "start": 1185380837,
            "stop": 1185382259
        },
        {
            "start": 1185382267,
            "stop": 1185382271
        },
        {
            "start": 1185382273,
            "stop": 1185382423
        },
        {
            "start": 1185382425,
            "stop": 1185382570
        },
        {
            "start": 1185382572,
            "stop": 1185383149
        },
        {
            "start": 1185383156,
            "stop": 1185383158
        },
        {
            "start": 1185383162,
            "stop": 1185383329
        },
        {
            "start": 1185383332,
            "stop": 1185383339
        },
        {
            "start": 1185383341,
            "stop": 1185383469
        },
        {
            "start": 1185383471,
            "stop": 1185383472
        },
        {
            "start": 1185383475,
            "stop": 1185383716
        },
        {
            "start": 1185383738,
            "stop": 1185384085
        },
        {
            "start": 1185384088,
            "stop": 1185384981
        },
        {
            "start": 1185384985,
            "stop": 1185385616
        },
        {
            "start": 1185385618,
            "stop": 1185385647
        },
        {
            "start": 1185385649,
            "stop": 1185386406
        },
        {
            "start": 1185386408,
            "stop": 1185386416
        },
        {
            "start": 1185386418,
            "stop": 1185386451
        },
        {
            "start": 1185386453,
            "stop": 1185386582
        },
        {
            "start": 1185386584,
            "stop": 1185387143
        }
    ]
}