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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=24",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 25,
    "results": [
        {
            "start": 816457375,
            "stop": 816457481
        },
        {
            "start": 816457489,
            "stop": 816457588
        },
        {
            "start": 816457595,
            "stop": 816457596
        },
        {
            "start": 816457604,
            "stop": 816457633
        },
        {
            "start": 816459873,
            "stop": 816462529
        },
        {
            "start": 816462542,
            "stop": 816469873
        },
        {
            "start": 816470728,
            "stop": 816471733
        },
        {
            "start": 816472765,
            "stop": 816476390
        },
        {
            "start": 816476470,
            "stop": 816481453
        },
        {
            "start": 816482752,
            "stop": 816487730
        },
        {
            "start": 816487810,
            "stop": 816493010
        },
        {
            "start": 816493090,
            "stop": 816493422
        },
        {
            "start": 816493450,
            "stop": 816493573
        },
        {
            "start": 816493576,
            "stop": 816493577
        },
        {
            "start": 816495423,
            "stop": 816497803
        },
        {
            "start": 816497815,
            "stop": 816500118
        },
        {
            "start": 816500281,
            "stop": 816502339
        },
        {
            "start": 816502347,
            "stop": 816509032
        },
        {
            "start": 816509045,
            "stop": 816514130
        },
        {
            "start": 816514210,
            "stop": 816526313
        }
    ]
}