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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=371",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 372,
    "results": [
        {
            "start": 821760336,
            "stop": 821760337
        },
        {
            "start": 821760340,
            "stop": 821760344
        },
        {
            "start": 821760350,
            "stop": 821760352
        },
        {
            "start": 821760355,
            "stop": 821760357
        },
        {
            "start": 821760360,
            "stop": 821760364
        },
        {
            "start": 821760370,
            "stop": 821760374
        },
        {
            "start": 821760377,
            "stop": 821760379
        },
        {
            "start": 821760382,
            "stop": 821760384
        },
        {
            "start": 821760387,
            "stop": 821760397
        },
        {
            "start": 821760400,
            "stop": 821760407
        },
        {
            "start": 821760410,
            "stop": 821760418
        },
        {
            "start": 821760421,
            "stop": 821760429
        },
        {
            "start": 821760432,
            "stop": 821760434
        },
        {
            "start": 821760438,
            "stop": 821760439
        },
        {
            "start": 821760444,
            "stop": 821760449
        },
        {
            "start": 821760453,
            "stop": 821760456
        },
        {
            "start": 821760459,
            "stop": 821760461
        },
        {
            "start": 821760469,
            "stop": 821760470
        },
        {
            "start": 821760481,
            "stop": 821760482
        },
        {
            "start": 821760490,
            "stop": 821760492
        }
    ]
}