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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5079",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5077",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5078,
    "results": [
        {
            "start": 874619086,
            "stop": 874619202
        },
        {
            "start": 874619209,
            "stop": 874619250
        },
        {
            "start": 874619257,
            "stop": 874619266
        },
        {
            "start": 874619274,
            "stop": 874619282
        },
        {
            "start": 874619289,
            "stop": 874619294
        },
        {
            "start": 874619301,
            "stop": 874619325
        },
        {
            "start": 874619332,
            "stop": 874619351
        },
        {
            "start": 874619359,
            "stop": 874619365
        },
        {
            "start": 874619373,
            "stop": 874619387
        },
        {
            "start": 874619395,
            "stop": 874619434
        },
        {
            "start": 874619441,
            "stop": 874619470
        },
        {
            "start": 874619477,
            "stop": 874619499
        },
        {
            "start": 874619507,
            "stop": 874619522
        },
        {
            "start": 874619529,
            "stop": 874619570
        },
        {
            "start": 874619578,
            "stop": 874619610
        },
        {
            "start": 874619617,
            "stop": 874619624
        },
        {
            "start": 874619632,
            "stop": 874619662
        },
        {
            "start": 874619669,
            "stop": 874619696
        },
        {
            "start": 874619705,
            "stop": 874619721
        },
        {
            "start": 874619728,
            "stop": 874619731
        }
    ]
}