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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=16",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 17,
    "results": [
        {
            "start": 815986471,
            "stop": 815987019
        },
        {
            "start": 815987027,
            "stop": 815987892
        },
        {
            "start": 815987899,
            "stop": 815988433
        },
        {
            "start": 815989608,
            "stop": 815990021
        },
        {
            "start": 815990028,
            "stop": 815990102
        },
        {
            "start": 815990109,
            "stop": 815993555
        },
        {
            "start": 815993563,
            "stop": 815999291
        },
        {
            "start": 816000300,
            "stop": 816001175
        },
        {
            "start": 816001188,
            "stop": 816001610
        },
        {
            "start": 816001690,
            "stop": 816002524
        },
        {
            "start": 816003093,
            "stop": 816003233
        },
        {
            "start": 816003261,
            "stop": 816003493
        },
        {
            "start": 816003503,
            "stop": 816003504
        },
        {
            "start": 816006191,
            "stop": 816007967
        },
        {
            "start": 816007974,
            "stop": 816008450
        },
        {
            "start": 816008458,
            "stop": 816008593
        },
        {
            "start": 816008611,
            "stop": 816008613
        },
        {
            "start": 816017053,
            "stop": 816017357
        },
        {
            "start": 816017494,
            "stop": 816019180
        },
        {
            "start": 816019207,
            "stop": 816019350
        }
    ]
}