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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=355",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 356,
    "results": [
        {
            "start": 954642325,
            "stop": 954652936
        },
        {
            "start": 954655768,
            "stop": 954658143
        },
        {
            "start": 954658150,
            "stop": 954662495
        },
        {
            "start": 954672861,
            "stop": 954688049
        },
        {
            "start": 954688056,
            "stop": 954689028
        },
        {
            "start": 954704638,
            "stop": 954705766
        },
        {
            "start": 954706822,
            "stop": 954709286
        },
        {
            "start": 954710499,
            "stop": 954713667
        },
        {
            "start": 954749986,
            "stop": 954752610
        },
        {
            "start": 954753762,
            "stop": 954754692
        },
        {
            "start": 954755825,
            "stop": 954757438
        },
        {
            "start": 954760131,
            "stop": 954762003
        },
        {
            "start": 954763820,
            "stop": 954765032
        },
        {
            "start": 954766645,
            "stop": 954766763
        },
        {
            "start": 954803909,
            "stop": 954805329
        },
        {
            "start": 954820232,
            "stop": 954820731
        },
        {
            "start": 954830637,
            "stop": 954834305
        },
        {
            "start": 954836735,
            "stop": 954839450
        },
        {
            "start": 954842034,
            "stop": 954847942
        },
        {
            "start": 954866631,
            "stop": 954871855
        }
    ]
}