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=367
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=368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=366",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 367,
    "results": [
        {
            "start": 859074575,
            "stop": 859074585
        },
        {
            "start": 859074674,
            "stop": 859074713
        },
        {
            "start": 859074722,
            "stop": 859074733
        },
        {
            "start": 859074737,
            "stop": 859074823
        },
        {
            "start": 859074923,
            "stop": 859075141
        },
        {
            "start": 859075285,
            "stop": 859075419
        },
        {
            "start": 859075423,
            "stop": 859075433
        },
        {
            "start": 859075438,
            "stop": 859075568
        },
        {
            "start": 859075572,
            "stop": 859075630
        },
        {
            "start": 859075654,
            "stop": 859075659
        },
        {
            "start": 859075677,
            "stop": 859075693
        },
        {
            "start": 859075697,
            "stop": 859075841
        },
        {
            "start": 859075855,
            "stop": 859075883
        },
        {
            "start": 859076148,
            "stop": 859076153
        },
        {
            "start": 859076157,
            "stop": 859076241
        },
        {
            "start": 859076254,
            "stop": 859076264
        },
        {
            "start": 859076269,
            "stop": 859076274
        },
        {
            "start": 859076279,
            "stop": 859076298
        },
        {
            "start": 859076302,
            "stop": 859076331
        },
        {
            "start": 859076335,
            "stop": 859076375
        }
    ]
}