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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=56",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 57,
    "results": [
        {
            "start": 931397885,
            "stop": 931397894
        },
        {
            "start": 931397929,
            "stop": 931398075
        },
        {
            "start": 931398108,
            "stop": 931398124
        },
        {
            "start": 931398150,
            "stop": 931398152
        },
        {
            "start": 931398184,
            "stop": 931398216
        },
        {
            "start": 931398233,
            "stop": 931398270
        },
        {
            "start": 931398314,
            "stop": 931398339
        },
        {
            "start": 931398366,
            "stop": 931398394
        },
        {
            "start": 931398421,
            "stop": 931398470
        },
        {
            "start": 931398488,
            "stop": 931398499
        },
        {
            "start": 931398524,
            "stop": 931398572
        },
        {
            "start": 931398589,
            "stop": 931398599
        },
        {
            "start": 931398616,
            "stop": 931398622
        },
        {
            "start": 931398664,
            "stop": 931398698
        },
        {
            "start": 931398719,
            "stop": 931398738
        },
        {
            "start": 931398761,
            "stop": 931398773
        },
        {
            "start": 931398791,
            "stop": 931398792
        },
        {
            "start": 931398811,
            "stop": 931398818
        },
        {
            "start": 931398836,
            "stop": 931398844
        },
        {
            "start": 931398861,
            "stop": 931398910
        }
    ]
}