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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=45",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 46,
    "results": [
        {
            "start": 821760485,
            "stop": 821760492
        },
        {
            "start": 821760495,
            "stop": 821760575
        },
        {
            "start": 821760578,
            "stop": 821760579
        },
        {
            "start": 821760583,
            "stop": 821760588
        },
        {
            "start": 821760591,
            "stop": 821760597
        },
        {
            "start": 821760600,
            "stop": 821760686
        },
        {
            "start": 821760689,
            "stop": 821761226
        },
        {
            "start": 821761229,
            "stop": 821761610
        },
        {
            "start": 821761613,
            "stop": 821761632
        },
        {
            "start": 821761635,
            "stop": 821762158
        },
        {
            "start": 821762164,
            "stop": 821762648
        },
        {
            "start": 821762652,
            "stop": 821762657
        },
        {
            "start": 821762660,
            "stop": 821763512
        },
        {
            "start": 821763515,
            "stop": 821763680
        },
        {
            "start": 821764192,
            "stop": 821764348
        },
        {
            "start": 821764351,
            "stop": 821764470
        },
        {
            "start": 821764473,
            "stop": 821764557
        },
        {
            "start": 821764560,
            "stop": 821764858
        },
        {
            "start": 821764861,
            "stop": 821765014
        },
        {
            "start": 821765017,
            "stop": 821765038
        }
    ]
}