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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=52",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 53,
    "results": [
        {
            "start": 947014516,
            "stop": 947016593
        },
        {
            "start": 947023785,
            "stop": 947026978
        },
        {
            "start": 947027708,
            "stop": 947045821
        },
        {
            "start": 947054345,
            "stop": 947059714
        },
        {
            "start": 947062268,
            "stop": 947072479
        },
        {
            "start": 947073606,
            "stop": 947073721
        },
        {
            "start": 947074093,
            "stop": 947093002
        },
        {
            "start": 947096822,
            "stop": 947100283
        },
        {
            "start": 947103357,
            "stop": 947109214
        },
        {
            "start": 947111560,
            "stop": 947118565
        },
        {
            "start": 947124101,
            "stop": 947125426
        },
        {
            "start": 947128357,
            "stop": 947137727
        },
        {
            "start": 947140376,
            "stop": 947198798
        },
        {
            "start": 947210536,
            "stop": 947225159
        },
        {
            "start": 947228635,
            "stop": 947234352
        },
        {
            "start": 947242458,
            "stop": 947256877
        },
        {
            "start": 947257996,
            "stop": 947258077
        },
        {
            "start": 947258944,
            "stop": 947259137
        },
        {
            "start": 949460346,
            "stop": 949467296
        },
        {
            "start": 949469621,
            "stop": 949504637
        }
    ]
}