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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=343",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 344,
    "results": [
        {
            "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": 824210679
        },
        {
            "start": 824210682,
            "stop": 824210803
        },
        {
            "start": 824210812,
            "stop": 824210880
        },
        {
            "start": 824210883,
            "stop": 824211024
        },
        {
            "start": 824211028,
            "stop": 824211030
        },
        {
            "start": 824211034,
            "stop": 824211108
        },
        {
            "start": 824211112,
            "stop": 824211120
        },
        {
            "start": 824211123,
            "stop": 824211172
        },
        {
            "start": 824211176,
            "stop": 824211191
        },
        {
            "start": 824211199,
            "stop": 824211205
        },
        {
            "start": 824211219,
            "stop": 824211258
        },
        {
            "start": 824211261,
            "stop": 824211301
        },
        {
            "start": 824211304,
            "stop": 824211319
        }
    ]
}