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=670
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=671",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=669",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 670,
    "results": [
        {
            "start": 829698788,
            "stop": 829698796
        },
        {
            "start": 829698799,
            "stop": 829698896
        },
        {
            "start": 829698901,
            "stop": 829699179
        },
        {
            "start": 829699182,
            "stop": 829699267
        },
        {
            "start": 829699270,
            "stop": 829699292
        },
        {
            "start": 829699296,
            "stop": 829699340
        },
        {
            "start": 829699343,
            "stop": 829699422
        },
        {
            "start": 829699425,
            "stop": 829699660
        },
        {
            "start": 829699666,
            "stop": 829699799
        },
        {
            "start": 829699802,
            "stop": 829699862
        },
        {
            "start": 829699865,
            "stop": 829699918
        },
        {
            "start": 829699922,
            "stop": 829700040
        },
        {
            "start": 829700100,
            "stop": 829700310
        },
        {
            "start": 829700313,
            "stop": 829700371
        },
        {
            "start": 829700375,
            "stop": 829700382
        },
        {
            "start": 829700385,
            "stop": 829700441
        },
        {
            "start": 829700444,
            "stop": 829700460
        },
        {
            "start": 829700520,
            "stop": 829700522
        },
        {
            "start": 829700526,
            "stop": 829700580
        },
        {
            "start": 829700640,
            "stop": 829700760
        }
    ]
}