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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5045",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5043",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5044,
    "results": [
        {
            "start": 874594934,
            "stop": 874594962
        },
        {
            "start": 874594970,
            "stop": 874594973
        },
        {
            "start": 874594985,
            "stop": 874595012
        },
        {
            "start": 874595021,
            "stop": 874595044
        },
        {
            "start": 874595052,
            "stop": 874595067
        },
        {
            "start": 874595075,
            "stop": 874595078
        },
        {
            "start": 874595085,
            "stop": 874595130
        },
        {
            "start": 874595138,
            "stop": 874595173
        },
        {
            "start": 874595180,
            "stop": 874595194
        },
        {
            "start": 874595202,
            "stop": 874595219
        },
        {
            "start": 874595226,
            "stop": 874595238
        },
        {
            "start": 874595248,
            "stop": 874595281
        },
        {
            "start": 874595288,
            "stop": 874595378
        },
        {
            "start": 874595385,
            "stop": 874595434
        },
        {
            "start": 874595441,
            "stop": 874595443
        },
        {
            "start": 874595455,
            "stop": 874595479
        },
        {
            "start": 874595486,
            "stop": 874595500
        },
        {
            "start": 874595513,
            "stop": 874595529
        },
        {
            "start": 874595536,
            "stop": 874595595
        },
        {
            "start": 874595602,
            "stop": 874595757
        }
    ]
}