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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=118",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 119,
    "results": [
        {
            "start": 931353121,
            "stop": 931353182
        },
        {
            "start": 931353184,
            "stop": 931353248
        },
        {
            "start": 931353249,
            "stop": 931353331
        },
        {
            "start": 931353333,
            "stop": 931353346
        },
        {
            "start": 931353348,
            "stop": 931353353
        },
        {
            "start": 931353356,
            "stop": 931353363
        },
        {
            "start": 931353364,
            "stop": 931353368
        },
        {
            "start": 931353372,
            "stop": 931353378
        },
        {
            "start": 931353379,
            "stop": 931353465
        },
        {
            "start": 931353467,
            "stop": 931353503
        },
        {
            "start": 931353504,
            "stop": 931353622
        },
        {
            "start": 931353624,
            "stop": 931353675
        },
        {
            "start": 931353676,
            "stop": 931353747
        },
        {
            "start": 931353748,
            "stop": 931353784
        },
        {
            "start": 931353785,
            "stop": 931353788
        },
        {
            "start": 931353790,
            "stop": 931353800
        },
        {
            "start": 931353801,
            "stop": 931353803
        },
        {
            "start": 931353805,
            "stop": 931353853
        },
        {
            "start": 931353854,
            "stop": 931353860
        },
        {
            "start": 931353862,
            "stop": 931353877
        }
    ]
}