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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5834",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5832",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5833,
    "results": [
        {
            "start": 874722764,
            "stop": 874722765
        },
        {
            "start": 874722768,
            "stop": 874722822
        },
        {
            "start": 874722826,
            "stop": 874722868
        },
        {
            "start": 874722871,
            "stop": 874722953
        },
        {
            "start": 874722956,
            "stop": 874723032
        },
        {
            "start": 874723036,
            "stop": 874723074
        },
        {
            "start": 874723077,
            "stop": 874723118
        },
        {
            "start": 874723121,
            "stop": 874723302
        },
        {
            "start": 874723305,
            "stop": 874723306
        },
        {
            "start": 874723309,
            "stop": 874723383
        },
        {
            "start": 874723386,
            "stop": 874723389
        },
        {
            "start": 874723392,
            "stop": 874723598
        },
        {
            "start": 874723601,
            "stop": 874723948
        },
        {
            "start": 874723951,
            "stop": 874723989
        },
        {
            "start": 874723992,
            "stop": 874724029
        },
        {
            "start": 874724032,
            "stop": 874724163
        },
        {
            "start": 874724166,
            "stop": 874724168
        },
        {
            "start": 874724171,
            "stop": 874724178
        },
        {
            "start": 874724181,
            "stop": 874724228
        },
        {
            "start": 874724231,
            "stop": 874724327
        }
    ]
}