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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=33",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 34,
    "results": [
        {
            "start": 931151980,
            "stop": 931151982
        },
        {
            "start": 931151983,
            "stop": 931151992
        },
        {
            "start": 931152000,
            "stop": 931152002
        },
        {
            "start": 931152004,
            "stop": 931152008
        },
        {
            "start": 931152010,
            "stop": 931152014
        },
        {
            "start": 931152016,
            "stop": 931152019
        },
        {
            "start": 931152021,
            "stop": 931152041
        },
        {
            "start": 931152042,
            "stop": 931152051
        },
        {
            "start": 931152055,
            "stop": 931152056
        },
        {
            "start": 931152057,
            "stop": 931152062
        },
        {
            "start": 931152064,
            "stop": 931152073
        },
        {
            "start": 931152074,
            "stop": 931152081
        },
        {
            "start": 931152083,
            "stop": 931152086
        },
        {
            "start": 931152087,
            "stop": 931152093
        },
        {
            "start": 931152096,
            "stop": 931152098
        },
        {
            "start": 931152100,
            "stop": 931152106
        },
        {
            "start": 931152108,
            "stop": 931152110
        },
        {
            "start": 931152112,
            "stop": 931152116
        },
        {
            "start": 931152118,
            "stop": 931152120
        },
        {
            "start": 931152123,
            "stop": 931152130
        }
    ]
}