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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=56",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 57,
    "results": [
        {
            "start": 825905793,
            "stop": 825913839
        },
        {
            "start": 825913891,
            "stop": 825915070
        },
        {
            "start": 825915145,
            "stop": 825915193
        },
        {
            "start": 825940962,
            "stop": 825956707
        },
        {
            "start": 825962287,
            "stop": 825966708
        },
        {
            "start": 825967025,
            "stop": 825970922
        },
        {
            "start": 825971513,
            "stop": 825987649
        },
        {
            "start": 825988537,
            "stop": 825991598
        },
        {
            "start": 825992014,
            "stop": 826047482
        },
        {
            "start": 826047628,
            "stop": 826062513
        },
        {
            "start": 826079484,
            "stop": 826129166
        },
        {
            "start": 826129654,
            "stop": 826142164
        },
        {
            "start": 826142493,
            "stop": 826143752
        },
        {
            "start": 826144181,
            "stop": 826176801
        },
        {
            "start": 826194368,
            "stop": 826229400
        },
        {
            "start": 826234942,
            "stop": 826271062
        },
        {
            "start": 826271576,
            "stop": 826316367
        },
        {
            "start": 826320886,
            "stop": 826320944
        },
        {
            "start": 826324002,
            "stop": 826326943
        },
        {
            "start": 826332770,
            "stop": 826341995
        }
    ]
}