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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=836",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=834",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 835,
    "results": [
        {
            "start": 869953560,
            "stop": 869954374
        },
        {
            "start": 869956192,
            "stop": 869986909
        },
        {
            "start": 869987780,
            "stop": 869992028
        },
        {
            "start": 869993940,
            "stop": 870007450
        },
        {
            "start": 870007850,
            "stop": 870024108
        },
        {
            "start": 870030576,
            "stop": 870031052
        },
        {
            "start": 870034948,
            "stop": 870038679
        },
        {
            "start": 870040119,
            "stop": 870058117
        },
        {
            "start": 870059576,
            "stop": 870059591
        },
        {
            "start": 870060185,
            "stop": 870060552
        },
        {
            "start": 870064842,
            "stop": 870067982
        },
        {
            "start": 870069182,
            "stop": 870071458
        },
        {
            "start": 870072320,
            "stop": 870103407
        },
        {
            "start": 870106126,
            "stop": 870119657
        },
        {
            "start": 870119658,
            "stop": 870122286
        },
        {
            "start": 870123750,
            "stop": 870137366
        },
        {
            "start": 870137370,
            "stop": 870137460
        },
        {
            "start": 870137520,
            "stop": 870138298
        },
        {
            "start": 870138301,
            "stop": 870138310
        },
        {
            "start": 870138313,
            "stop": 870177590
        }
    ]
}