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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=727",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=725",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 726,
    "results": [
        {
            "start": 869569279,
            "stop": 869569282
        },
        {
            "start": 869569338,
            "stop": 869569339
        },
        {
            "start": 869569425,
            "stop": 869569445
        },
        {
            "start": 869569466,
            "stop": 869569491
        },
        {
            "start": 869569634,
            "stop": 869569645
        },
        {
            "start": 869569729,
            "stop": 869569732
        },
        {
            "start": 869569751,
            "stop": 869569762
        },
        {
            "start": 869569969,
            "stop": 869570029
        },
        {
            "start": 869570075,
            "stop": 869570099
        },
        {
            "start": 869570123,
            "stop": 869570135
        },
        {
            "start": 869570451,
            "stop": 869570487
        },
        {
            "start": 869570561,
            "stop": 869570573
        },
        {
            "start": 869570628,
            "stop": 869570644
        },
        {
            "start": 869570754,
            "stop": 869570769
        },
        {
            "start": 869570796,
            "stop": 869570818
        },
        {
            "start": 869570857,
            "stop": 869570900
        },
        {
            "start": 869570922,
            "stop": 869570926
        },
        {
            "start": 869570976,
            "stop": 869571036
        },
        {
            "start": 869571057,
            "stop": 869571101
        },
        {
            "start": 869571127,
            "stop": 869572729
        }
    ]
}