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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=54",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 55,
    "results": [
        {
            "start": 931394531,
            "stop": 931394560
        },
        {
            "start": 931394586,
            "stop": 931394602
        },
        {
            "start": 931394623,
            "stop": 931394671
        },
        {
            "start": 931394702,
            "stop": 931394708
        },
        {
            "start": 931394726,
            "stop": 931394804
        },
        {
            "start": 931394822,
            "stop": 931394840
        },
        {
            "start": 931394858,
            "stop": 931394983
        },
        {
            "start": 931395001,
            "stop": 931395065
        },
        {
            "start": 931395083,
            "stop": 931395143
        },
        {
            "start": 931395161,
            "stop": 931395251
        },
        {
            "start": 931395269,
            "stop": 931395277
        },
        {
            "start": 931395295,
            "stop": 931395298
        },
        {
            "start": 931395316,
            "stop": 931395336
        },
        {
            "start": 931395376,
            "stop": 931395386
        },
        {
            "start": 931395404,
            "stop": 931395497
        },
        {
            "start": 931395515,
            "stop": 931395591
        },
        {
            "start": 931395608,
            "stop": 931395615
        },
        {
            "start": 931395975,
            "stop": 931396011
        },
        {
            "start": 931396029,
            "stop": 931396105
        },
        {
            "start": 931396123,
            "stop": 931396124
        }
    ]
}