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=545
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=546",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=544",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 545,
    "results": [
        {
            "start": 831162120,
            "stop": 831162138
        },
        {
            "start": 831162143,
            "stop": 831162255
        },
        {
            "start": 831169979,
            "stop": 831170470
        },
        {
            "start": 831170551,
            "stop": 831171533
        },
        {
            "start": 831173686,
            "stop": 831174689
        },
        {
            "start": 831174694,
            "stop": 831174751
        },
        {
            "start": 831175645,
            "stop": 831175988
        },
        {
            "start": 831175993,
            "stop": 831176201
        },
        {
            "start": 831176747,
            "stop": 831176752
        },
        {
            "start": 831176812,
            "stop": 831180546
        },
        {
            "start": 831181422,
            "stop": 831208248
        },
        {
            "start": 831209097,
            "stop": 831222100
        },
        {
            "start": 831237740,
            "stop": 831242145
        },
        {
            "start": 831243158,
            "stop": 831247148
        },
        {
            "start": 831248645,
            "stop": 831249660
        },
        {
            "start": 831249746,
            "stop": 831263365
        },
        {
            "start": 831264302,
            "stop": 831264577
        },
        {
            "start": 831267235,
            "stop": 831273263
        },
        {
            "start": 831274789,
            "stop": 831277183
        },
        {
            "start": 831277678,
            "stop": 831312281
        }
    ]
}