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_BURST_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_BURST_CAT1/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=52",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 53,
    "results": [
        {
            "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
        },
        {
            "start": 949506284,
            "stop": 949507000
        },
        {
            "start": 949509167,
            "stop": 949515838
        },
        {
            "start": 949532733,
            "stop": 949532864
        },
        {
            "start": 949535400,
            "stop": 949558996
        },
        {
            "start": 949599343,
            "stop": 949605676
        },
        {
            "start": 949617647,
            "stop": 949617655
        },
        {
            "start": 949621060,
            "stop": 949657792
        },
        {
            "start": 949665369,
            "stop": 949666903
        },
        {
            "start": 949669261,
            "stop": 949685391
        }
    ]
}