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_CAT3/segments?format=api&page=15
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=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=14",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 15,
    "results": [
        {
            "start": 815897858,
            "stop": 815898040
        },
        {
            "start": 815898047,
            "stop": 815898939
        },
        {
            "start": 815898947,
            "stop": 815901795
        },
        {
            "start": 815901802,
            "stop": 815901943
        },
        {
            "start": 815902124,
            "stop": 815902153
        },
        {
            "start": 815902187,
            "stop": 815902190
        },
        {
            "start": 815902260,
            "stop": 815902699
        },
        {
            "start": 815902706,
            "stop": 815903991
        },
        {
            "start": 815903998,
            "stop": 815904913
        },
        {
            "start": 815912574,
            "stop": 815913193
        },
        {
            "start": 815916245,
            "stop": 815916994
        },
        {
            "start": 815917001,
            "stop": 815917029
        },
        {
            "start": 815927183,
            "stop": 815927353
        },
        {
            "start": 815928305,
            "stop": 815928373
        },
        {
            "start": 815931030,
            "stop": 815931081
        },
        {
            "start": 815962530,
            "stop": 815962813
        },
        {
            "start": 815963531,
            "stop": 815963893
        },
        {
            "start": 815964775,
            "stop": 815965318
        },
        {
            "start": 815965936,
            "stop": 815966105
        },
        {
            "start": 815966133,
            "stop": 815966713
        }
    ]
}