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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=38",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 39,
    "results": [
        {
            "start": 931333088,
            "stop": 931334415
        },
        {
            "start": 931334775,
            "stop": 931335742
        },
        {
            "start": 931335744,
            "stop": 931338015
        },
        {
            "start": 931338375,
            "stop": 931338397
        },
        {
            "start": 931338400,
            "stop": 931338575
        },
        {
            "start": 931341257,
            "stop": 931341258
        },
        {
            "start": 931341370,
            "stop": 931341457
        },
        {
            "start": 931341459,
            "stop": 931341485
        },
        {
            "start": 931341488,
            "stop": 931341615
        },
        {
            "start": 931341975,
            "stop": 931342120
        },
        {
            "start": 931342138,
            "stop": 931342672
        },
        {
            "start": 931342674,
            "stop": 931342952
        },
        {
            "start": 931342970,
            "stop": 931343489
        },
        {
            "start": 931343506,
            "stop": 931343683
        },
        {
            "start": 931343701,
            "stop": 931343721
        },
        {
            "start": 931343739,
            "stop": 931344366
        },
        {
            "start": 931344394,
            "stop": 931344416
        },
        {
            "start": 931344475,
            "stop": 931344477
        },
        {
            "start": 931344494,
            "stop": 931344629
        },
        {
            "start": 931344653,
            "stop": 931344855
        }
    ]
}