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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=30",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 31,
    "results": [
        {
            "start": 931188649,
            "stop": 931188665
        },
        {
            "start": 931188686,
            "stop": 931188697
        },
        {
            "start": 931188715,
            "stop": 931188719
        },
        {
            "start": 931188740,
            "stop": 931188760
        },
        {
            "start": 931188822,
            "stop": 931188827
        },
        {
            "start": 931188845,
            "stop": 931188851
        },
        {
            "start": 931188877,
            "stop": 931188879
        },
        {
            "start": 931188911,
            "stop": 931188920
        },
        {
            "start": 931188951,
            "stop": 931188955
        },
        {
            "start": 931188991,
            "stop": 931189026
        },
        {
            "start": 931189060,
            "stop": 931189075
        },
        {
            "start": 931189107,
            "stop": 931189154
        },
        {
            "start": 931189172,
            "stop": 931189185
        },
        {
            "start": 931189274,
            "stop": 931189276
        },
        {
            "start": 931189362,
            "stop": 931189364
        },
        {
            "start": 931189483,
            "stop": 931189504
        },
        {
            "start": 931189528,
            "stop": 931189593
        },
        {
            "start": 931189620,
            "stop": 931189631
        },
        {
            "start": 931189649,
            "stop": 931189651
        },
        {
            "start": 931189670,
            "stop": 931189687
        }
    ]
}