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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=15",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 16,
    "results": [
        {
            "start": 815966753,
            "stop": 815966755
        },
        {
            "start": 815966831,
            "stop": 815966868
        },
        {
            "start": 815970229,
            "stop": 815971693
        },
        {
            "start": 815971738,
            "stop": 815971740
        },
        {
            "start": 815971853,
            "stop": 815971978
        },
        {
            "start": 815971985,
            "stop": 815972378
        },
        {
            "start": 815972385,
            "stop": 815972556
        },
        {
            "start": 815972563,
            "stop": 815972893
        },
        {
            "start": 815972923,
            "stop": 815972924
        },
        {
            "start": 815974096,
            "stop": 815975959
        },
        {
            "start": 815975966,
            "stop": 815976223
        },
        {
            "start": 815976230,
            "stop": 815978003
        },
        {
            "start": 815978010,
            "stop": 815981232
        },
        {
            "start": 815981239,
            "stop": 815981681
        },
        {
            "start": 815981688,
            "stop": 815982668
        },
        {
            "start": 815982675,
            "stop": 815983531
        },
        {
            "start": 815983538,
            "stop": 815983757
        },
        {
            "start": 815983764,
            "stop": 815985101
        },
        {
            "start": 815985109,
            "stop": 815986431
        },
        {
            "start": 815986438,
            "stop": 815986464
        }
    ]
}