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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=57",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 58,
    "results": [
        {
            "start": 817302972,
            "stop": 817304575
        },
        {
            "start": 817304579,
            "stop": 817306610
        },
        {
            "start": 817306750,
            "stop": 817308660
        },
        {
            "start": 817308720,
            "stop": 817309303
        },
        {
            "start": 817309664,
            "stop": 817312573
        },
        {
            "start": 817312619,
            "stop": 817312620
        },
        {
            "start": 817314125,
            "stop": 817314485
        },
        {
            "start": 817334047,
            "stop": 817334150
        },
        {
            "start": 817334230,
            "stop": 817334233
        },
        {
            "start": 817335610,
            "stop": 817335780
        },
        {
            "start": 817335840,
            "stop": 817336200
        },
        {
            "start": 817336450,
            "stop": 817336462
        },
        {
            "start": 817336469,
            "stop": 817336495
        },
        {
            "start": 817336620,
            "stop": 817337040
        },
        {
            "start": 817337100,
            "stop": 817337227
        },
        {
            "start": 817337234,
            "stop": 817337340
        },
        {
            "start": 817337400,
            "stop": 817338403
        },
        {
            "start": 817338584,
            "stop": 817338600
        },
        {
            "start": 817338720,
            "stop": 817338780
        },
        {
            "start": 817338900,
            "stop": 817338960
        }
    ]
}