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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=98",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 99,
    "results": [
        {
            "start": 817132236,
            "stop": 817133309
        },
        {
            "start": 817133328,
            "stop": 817136467
        },
        {
            "start": 817136469,
            "stop": 817139483
        },
        {
            "start": 817139486,
            "stop": 817144757
        },
        {
            "start": 817144774,
            "stop": 817150370
        },
        {
            "start": 817150374,
            "stop": 817157197
        },
        {
            "start": 817157214,
            "stop": 817162936
        },
        {
            "start": 817162953,
            "stop": 817163702
        },
        {
            "start": 817163719,
            "stop": 817166331
        },
        {
            "start": 817166333,
            "stop": 817174279
        },
        {
            "start": 817174281,
            "stop": 817178222
        },
        {
            "start": 817178622,
            "stop": 817180251
        },
        {
            "start": 817180253,
            "stop": 817184235
        },
        {
            "start": 817184238,
            "stop": 817196849
        },
        {
            "start": 817196852,
            "stop": 817196980
        },
        {
            "start": 817196984,
            "stop": 817202163
        },
        {
            "start": 817202165,
            "stop": 817208143
        },
        {
            "start": 817208146,
            "stop": 817209700
        },
        {
            "start": 817209717,
            "stop": 817214788
        },
        {
            "start": 817214791,
            "stop": 817218778
        }
    ]
}