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=4948
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=4949",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4947",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4948,
    "results": [
        {
            "start": 874430868,
            "stop": 874431211
        },
        {
            "start": 874431218,
            "stop": 874431230
        },
        {
            "start": 874431243,
            "stop": 874431282
        },
        {
            "start": 874431289,
            "stop": 874431307
        },
        {
            "start": 874431314,
            "stop": 874431324
        },
        {
            "start": 874431331,
            "stop": 874431366
        },
        {
            "start": 874431373,
            "stop": 874431387
        },
        {
            "start": 874431394,
            "stop": 874431416
        },
        {
            "start": 874431423,
            "stop": 874431475
        },
        {
            "start": 874431482,
            "stop": 874431496
        },
        {
            "start": 874431503,
            "stop": 874431579
        },
        {
            "start": 874431587,
            "stop": 874431594
        },
        {
            "start": 874431601,
            "stop": 874431684
        },
        {
            "start": 874431698,
            "stop": 874431825
        },
        {
            "start": 874431834,
            "stop": 874431983
        },
        {
            "start": 874431990,
            "stop": 874431991
        },
        {
            "start": 874431998,
            "stop": 874432060
        },
        {
            "start": 874432067,
            "stop": 874432122
        },
        {
            "start": 874432130,
            "stop": 874432348
        },
        {
            "start": 874432356,
            "stop": 874432419
        }
    ]
}