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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=96",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 97,
    "results": [
        {
            "start": 817002499,
            "stop": 817003409
        },
        {
            "start": 817003413,
            "stop": 817006237
        },
        {
            "start": 817006240,
            "stop": 817006624
        },
        {
            "start": 817006627,
            "stop": 817009474
        },
        {
            "start": 817009597,
            "stop": 817010113
        },
        {
            "start": 817010116,
            "stop": 817011587
        },
        {
            "start": 817011590,
            "stop": 817012279
        },
        {
            "start": 817012475,
            "stop": 817012566
        },
        {
            "start": 817012570,
            "stop": 817013513
        },
        {
            "start": 817013517,
            "stop": 817013759
        },
        {
            "start": 817013762,
            "stop": 817014552
        },
        {
            "start": 817014555,
            "stop": 817014691
        },
        {
            "start": 817014695,
            "stop": 817014925
        },
        {
            "start": 817015045,
            "stop": 817016501
        },
        {
            "start": 817016621,
            "stop": 817017943
        },
        {
            "start": 817018124,
            "stop": 817018779
        },
        {
            "start": 817018782,
            "stop": 817019060
        },
        {
            "start": 817019063,
            "stop": 817019456
        },
        {
            "start": 817019459,
            "stop": 817019617
        },
        {
            "start": 817019620,
            "stop": 817021029
        }
    ]
}