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=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=31",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 32,
    "results": [
        {
            "start": 1126297656,
            "stop": 1126297703
        },
        {
            "start": 1126297705,
            "stop": 1126297765
        },
        {
            "start": 1126297767,
            "stop": 1126297820
        },
        {
            "start": 1126297822,
            "stop": 1126297857
        },
        {
            "start": 1126297859,
            "stop": 1126297872
        },
        {
            "start": 1126297874,
            "stop": 1126297876
        },
        {
            "start": 1126297877,
            "stop": 1126297901
        },
        {
            "start": 1126297903,
            "stop": 1126297963
        },
        {
            "start": 1126297965,
            "stop": 1126297992
        },
        {
            "start": 1126297994,
            "stop": 1126298032
        },
        {
            "start": 1126298034,
            "stop": 1126298061
        },
        {
            "start": 1126298063,
            "stop": 1126298216
        },
        {
            "start": 1126298217,
            "stop": 1126298243
        },
        {
            "start": 1126298244,
            "stop": 1126298324
        },
        {
            "start": 1126298325,
            "stop": 1126298615
        },
        {
            "start": 1126298616,
            "stop": 1126298702
        },
        {
            "start": 1126298704,
            "stop": 1126298949
        },
        {
            "start": 1126298950,
            "stop": 1126299137
        },
        {
            "start": 1126299197,
            "stop": 1126299328
        },
        {
            "start": 1126299330,
            "stop": 1126299422
        }
    ]
}