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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3728",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3726",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3727,
    "results": [
        {
            "start": 873494521,
            "stop": 873494924
        },
        {
            "start": 873495105,
            "stop": 873495644
        },
        {
            "start": 873495666,
            "stop": 873495720
        },
        {
            "start": 873495780,
            "stop": 873496797
        },
        {
            "start": 873496823,
            "stop": 873496829
        },
        {
            "start": 873496851,
            "stop": 873496852
        },
        {
            "start": 873496920,
            "stop": 873497580
        },
        {
            "start": 873497640,
            "stop": 873499671
        },
        {
            "start": 873499688,
            "stop": 873500195
        },
        {
            "start": 873500212,
            "stop": 873502169
        },
        {
            "start": 873502272,
            "stop": 873503129
        },
        {
            "start": 873503146,
            "stop": 873503940
        },
        {
            "start": 873504000,
            "stop": 873505566
        },
        {
            "start": 873505583,
            "stop": 873506569
        },
        {
            "start": 873506586,
            "stop": 873507159
        },
        {
            "start": 873510908,
            "stop": 873512935
        },
        {
            "start": 873512952,
            "stop": 873514424
        },
        {
            "start": 873514500,
            "stop": 873516121
        },
        {
            "start": 873516138,
            "stop": 873516185
        },
        {
            "start": 873516202,
            "stop": 873522921
        }
    ]
}