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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=10",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 11,
    "results": [
        {
            "start": 931094131,
            "stop": 931094141
        },
        {
            "start": 931094143,
            "stop": 931094323
        },
        {
            "start": 931094324,
            "stop": 931094457
        },
        {
            "start": 931094462,
            "stop": 931094472
        },
        {
            "start": 931094473,
            "stop": 931094495
        },
        {
            "start": 931094497,
            "stop": 931094499
        },
        {
            "start": 931094500,
            "stop": 931094520
        },
        {
            "start": 931094521,
            "stop": 931094530
        },
        {
            "start": 931094531,
            "stop": 931094686
        },
        {
            "start": 931094687,
            "stop": 931094689
        },
        {
            "start": 931125975,
            "stop": 931126044
        },
        {
            "start": 931126045,
            "stop": 931126152
        },
        {
            "start": 931126153,
            "stop": 931126166
        },
        {
            "start": 931126167,
            "stop": 931126263
        },
        {
            "start": 931126264,
            "stop": 931126288
        },
        {
            "start": 931127116,
            "stop": 931127245
        },
        {
            "start": 931127246,
            "stop": 931127421
        },
        {
            "start": 931127422,
            "stop": 931127497
        },
        {
            "start": 931127498,
            "stop": 931127598
        },
        {
            "start": 931127599,
            "stop": 931127730
        }
    ]
}