Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=383
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=382",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 383,
    "results": [
        {
            "start": 824209122,
            "stop": 824209161
        },
        {
            "start": 824209165,
            "stop": 824209175
        },
        {
            "start": 824209179,
            "stop": 824209223
        },
        {
            "start": 824209228,
            "stop": 824209330
        },
        {
            "start": 824209334,
            "stop": 824209378
        },
        {
            "start": 824209382,
            "stop": 824209590
        },
        {
            "start": 824209710,
            "stop": 824209722
        },
        {
            "start": 824209755,
            "stop": 824209770
        },
        {
            "start": 824209890,
            "stop": 824210119
        },
        {
            "start": 824210128,
            "stop": 824210134
        },
        {
            "start": 824210138,
            "stop": 824210143
        },
        {
            "start": 824210157,
            "stop": 824210163
        },
        {
            "start": 824210167,
            "stop": 824210173
        },
        {
            "start": 824210177,
            "stop": 824210188
        },
        {
            "start": 824210192,
            "stop": 824210198
        },
        {
            "start": 824210206,
            "stop": 824210409
        },
        {
            "start": 824210413,
            "stop": 824210639
        },
        {
            "start": 824210643,
            "stop": 824210670
        },
        {
            "start": 824210730,
            "stop": 824210760
        },
        {
            "start": 824210820,
            "stop": 824210880
        }
    ]
}