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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2150",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2151,
    "results": [
        {
            "start": 868851682,
            "stop": 868856082
        },
        {
            "start": 868856088,
            "stop": 868864967
        },
        {
            "start": 868866193,
            "stop": 868870557
        },
        {
            "start": 868870563,
            "stop": 868874234
        },
        {
            "start": 868874236,
            "stop": 868887977
        },
        {
            "start": 868887983,
            "stop": 868887990
        },
        {
            "start": 868887995,
            "stop": 868888010
        },
        {
            "start": 868888015,
            "stop": 868891602
        },
        {
            "start": 868891608,
            "stop": 868896977
        },
        {
            "start": 868897091,
            "stop": 868899780
        },
        {
            "start": 868899840,
            "stop": 868899847
        },
        {
            "start": 868899853,
            "stop": 868899902
        },
        {
            "start": 868899908,
            "stop": 868902697
        },
        {
            "start": 868902700,
            "stop": 868902703
        },
        {
            "start": 868902708,
            "stop": 868903005
        },
        {
            "start": 868903010,
            "stop": 868903670
        },
        {
            "start": 868903798,
            "stop": 868908979
        },
        {
            "start": 868909485,
            "stop": 868911272
        },
        {
            "start": 868911283,
            "stop": 868911295
        },
        {
            "start": 868911300,
            "stop": 868911307
        }
    ]
}