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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=43",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 44,
    "results": [
        {
            "start": 817088210,
            "stop": 817090310
        },
        {
            "start": 817090390,
            "stop": 817091431
        },
        {
            "start": 817091438,
            "stop": 817101397
        },
        {
            "start": 817101410,
            "stop": 817103833
        },
        {
            "start": 817103846,
            "stop": 817103847
        },
        {
            "start": 817104793,
            "stop": 817107053
        },
        {
            "start": 817108112,
            "stop": 817111760
        },
        {
            "start": 817111773,
            "stop": 817120560
        },
        {
            "start": 817120680,
            "stop": 817138136
        },
        {
            "start": 817138165,
            "stop": 817140010
        },
        {
            "start": 817140018,
            "stop": 817141630
        },
        {
            "start": 817141637,
            "stop": 817147012
        },
        {
            "start": 817147022,
            "stop": 817148520
        },
        {
            "start": 817148580,
            "stop": 817148775
        },
        {
            "start": 817148782,
            "stop": 817149373
        },
        {
            "start": 817149380,
            "stop": 817149679
        },
        {
            "start": 817149687,
            "stop": 817150081
        },
        {
            "start": 817150088,
            "stop": 817150137
        },
        {
            "start": 817150144,
            "stop": 817150345
        },
        {
            "start": 817150356,
            "stop": 817150370
        }
    ]
}