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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=560",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=558",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 559,
    "results": [
        {
            "start": 833926792,
            "stop": 833942654
        },
        {
            "start": 833942662,
            "stop": 833947563
        },
        {
            "start": 833947568,
            "stop": 833947569
        },
        {
            "start": 833948722,
            "stop": 833950463
        },
        {
            "start": 833954511,
            "stop": 833954611
        },
        {
            "start": 833955327,
            "stop": 833957681
        },
        {
            "start": 833974972,
            "stop": 833987330
        },
        {
            "start": 834015124,
            "stop": 834017878
        },
        {
            "start": 834017883,
            "stop": 834028091
        },
        {
            "start": 834028096,
            "stop": 834040675
        },
        {
            "start": 834040682,
            "stop": 834040728
        },
        {
            "start": 834040733,
            "stop": 834042578
        },
        {
            "start": 834042583,
            "stop": 834043189
        },
        {
            "start": 834043194,
            "stop": 834051985
        },
        {
            "start": 834051990,
            "stop": 834092010
        },
        {
            "start": 834093230,
            "stop": 834095643
        },
        {
            "start": 834099673,
            "stop": 834156424
        },
        {
            "start": 834158444,
            "stop": 834183086
        },
        {
            "start": 834186985,
            "stop": 834191525
        },
        {
            "start": 834191531,
            "stop": 834196794
        }
    ]
}