Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=94
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=93",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 94,
    "results": [
        {
            "start": 825106571,
            "stop": 825107409
        },
        {
            "start": 825108373,
            "stop": 825109129
        },
        {
            "start": 825109312,
            "stop": 825110953
        },
        {
            "start": 825110977,
            "stop": 825110979
        },
        {
            "start": 825117071,
            "stop": 825170473
        },
        {
            "start": 825175459,
            "stop": 825177817
        },
        {
            "start": 825203907,
            "stop": 825207600
        },
        {
            "start": 825207604,
            "stop": 825213907
        },
        {
            "start": 825219025,
            "stop": 825246073
        },
        {
            "start": 825403803,
            "stop": 825441973
        },
        {
            "start": 825441983,
            "stop": 825441984
        },
        {
            "start": 825443125,
            "stop": 825448393
        },
        {
            "start": 825448435,
            "stop": 825448437
        },
        {
            "start": 825448556,
            "stop": 825450792
        },
        {
            "start": 825450886,
            "stop": 825456193
        },
        {
            "start": 825456236,
            "stop": 825456237
        },
        {
            "start": 825456503,
            "stop": 825458938
        },
        {
            "start": 825468294,
            "stop": 825482207
        },
        {
            "start": 825484706,
            "stop": 825516429
        },
        {
            "start": 825517016,
            "stop": 825526333
        }
    ]
}