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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=76",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 77,
    "results": [
        {
            "start": 931486465,
            "stop": 931486490
        },
        {
            "start": 931486670,
            "stop": 931486681
        },
        {
            "start": 931486850,
            "stop": 931486887
        },
        {
            "start": 931486892,
            "stop": 931487051
        },
        {
            "start": 931487450,
            "stop": 931487469
        },
        {
            "start": 931491250,
            "stop": 931491477
        },
        {
            "start": 931491479,
            "stop": 931491890
        },
        {
            "start": 931491950,
            "stop": 931492070
        },
        {
            "start": 931492310,
            "stop": 931492615
        },
        {
            "start": 931492618,
            "stop": 931492634
        },
        {
            "start": 931492652,
            "stop": 931492680
        },
        {
            "start": 931492703,
            "stop": 931492706
        },
        {
            "start": 931492708,
            "stop": 931492815
        },
        {
            "start": 931493175,
            "stop": 931493232
        },
        {
            "start": 931493251,
            "stop": 931493371
        },
        {
            "start": 931493418,
            "stop": 931493443
        },
        {
            "start": 931493445,
            "stop": 931493526
        },
        {
            "start": 931493544,
            "stop": 931493657
        },
        {
            "start": 931493709,
            "stop": 931493783
        },
        {
            "start": 931493814,
            "stop": 931493870
        }
    ]
}