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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=396",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=394",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 395,
    "results": [
        {
            "start": 935359363,
            "stop": 935359370
        },
        {
            "start": 935359375,
            "stop": 935359383
        },
        {
            "start": 935359385,
            "stop": 935359388
        },
        {
            "start": 935359392,
            "stop": 935359417
        },
        {
            "start": 935359420,
            "stop": 935359423
        },
        {
            "start": 935359426,
            "stop": 935359439
        },
        {
            "start": 935359445,
            "stop": 935362963
        },
        {
            "start": 935362965,
            "stop": 935362989
        },
        {
            "start": 935362991,
            "stop": 935363018
        },
        {
            "start": 935363020,
            "stop": 935363024
        },
        {
            "start": 935363026,
            "stop": 935363040
        },
        {
            "start": 935363045,
            "stop": 935363425
        },
        {
            "start": 935364721,
            "stop": 935366563
        },
        {
            "start": 935366565,
            "stop": 935366572
        },
        {
            "start": 935366574,
            "stop": 935366588
        },
        {
            "start": 935366591,
            "stop": 935366624
        },
        {
            "start": 935366626,
            "stop": 935366640
        },
        {
            "start": 935366645,
            "stop": 935370163
        },
        {
            "start": 935370166,
            "stop": 935370173
        },
        {
            "start": 935370175,
            "stop": 935370190
        }
    ]
}