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_CBCLOW_CAT3/segments?format=api&page=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=62",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 63,
    "results": [
        {
            "start": 817606764,
            "stop": 817608290
        },
        {
            "start": 817608370,
            "stop": 817609670
        },
        {
            "start": 817609810,
            "stop": 817609850
        },
        {
            "start": 817609930,
            "stop": 817610630
        },
        {
            "start": 817610710,
            "stop": 817610810
        },
        {
            "start": 817610950,
            "stop": 817617410
        },
        {
            "start": 817617550,
            "stop": 817618093
        },
        {
            "start": 817633929,
            "stop": 817640743
        },
        {
            "start": 817640924,
            "stop": 817641685
        },
        {
            "start": 817641692,
            "stop": 817653598
        },
        {
            "start": 817653602,
            "stop": 817661940
        },
        {
            "start": 817662070,
            "stop": 817662185
        },
        {
            "start": 817664610,
            "stop": 817669970
        },
        {
            "start": 817670110,
            "stop": 817678910
        },
        {
            "start": 817678990,
            "stop": 817682953
        },
        {
            "start": 817684188,
            "stop": 817687093
        },
        {
            "start": 817688327,
            "stop": 817688562
        },
        {
            "start": 817688590,
            "stop": 817689110
        },
        {
            "start": 817689190,
            "stop": 817689447
        },
        {
            "start": 817701704,
            "stop": 817707371
        }
    ]
}