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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=211",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 212,
    "results": [
        {
            "start": 934094216,
            "stop": 934096867
        },
        {
            "start": 934096869,
            "stop": 934097224
        },
        {
            "start": 934097226,
            "stop": 934097320
        },
        {
            "start": 934097323,
            "stop": 934097551
        },
        {
            "start": 934097553,
            "stop": 934097617
        },
        {
            "start": 934097619,
            "stop": 934097813
        },
        {
            "start": 934097815,
            "stop": 934099511
        },
        {
            "start": 934103335,
            "stop": 934104067
        },
        {
            "start": 934104069,
            "stop": 934104196
        },
        {
            "start": 934104198,
            "stop": 934104816
        },
        {
            "start": 934104818,
            "stop": 934104914
        },
        {
            "start": 934104916,
            "stop": 934105012
        },
        {
            "start": 934105016,
            "stop": 934107344
        },
        {
            "start": 934107347,
            "stop": 934107667
        },
        {
            "start": 934107669,
            "stop": 934107764
        },
        {
            "start": 934107767,
            "stop": 934108022
        },
        {
            "start": 934108025,
            "stop": 934108121
        },
        {
            "start": 934108124,
            "stop": 934108351
        },
        {
            "start": 934108353,
            "stop": 934108416
        },
        {
            "start": 934108419,
            "stop": 934108616
        }
    ]
}