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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=55",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 56,
    "results": [
        {
            "start": 931396126,
            "stop": 931396127
        },
        {
            "start": 931396165,
            "stop": 931396290
        },
        {
            "start": 931396325,
            "stop": 931396340
        },
        {
            "start": 931396357,
            "stop": 931396562
        },
        {
            "start": 931396579,
            "stop": 931396589
        },
        {
            "start": 931396611,
            "stop": 931396620
        },
        {
            "start": 931396638,
            "stop": 931396680
        },
        {
            "start": 931396697,
            "stop": 931396768
        },
        {
            "start": 931396785,
            "stop": 931396842
        },
        {
            "start": 931396860,
            "stop": 931396936
        },
        {
            "start": 931396953,
            "stop": 931397059
        },
        {
            "start": 931397076,
            "stop": 931397083
        },
        {
            "start": 931397121,
            "stop": 931397142
        },
        {
            "start": 931397145,
            "stop": 931397310
        },
        {
            "start": 931397355,
            "stop": 931397471
        },
        {
            "start": 931397488,
            "stop": 931397583
        },
        {
            "start": 931397601,
            "stop": 931397604
        },
        {
            "start": 931397621,
            "stop": 931397653
        },
        {
            "start": 931397680,
            "stop": 931397837
        },
        {
            "start": 931397861,
            "stop": 931397867
        }
    ]
}