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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=103",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 104,
    "results": [
        {
            "start": 821496177,
            "stop": 821496189
        },
        {
            "start": 821496192,
            "stop": 821496304
        },
        {
            "start": 821497024,
            "stop": 821497070
        },
        {
            "start": 821497082,
            "stop": 821497092
        },
        {
            "start": 821497095,
            "stop": 821497115
        },
        {
            "start": 821497118,
            "stop": 821497128
        },
        {
            "start": 821497131,
            "stop": 821497134
        },
        {
            "start": 821497137,
            "stop": 821497138
        },
        {
            "start": 821497144,
            "stop": 821497145
        },
        {
            "start": 821497148,
            "stop": 821497164
        },
        {
            "start": 821497167,
            "stop": 821497215
        },
        {
            "start": 821497218,
            "stop": 821497222
        },
        {
            "start": 821497225,
            "stop": 821497258
        },
        {
            "start": 821497261,
            "stop": 821497295
        },
        {
            "start": 821497299,
            "stop": 821497319
        },
        {
            "start": 821497322,
            "stop": 821497342
        },
        {
            "start": 821497345,
            "stop": 821497359
        },
        {
            "start": 821497362,
            "stop": 821497363
        },
        {
            "start": 821497366,
            "stop": 821497397
        },
        {
            "start": 821497400,
            "stop": 821497404
        }
    ]
}