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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=372",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=370",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 371,
    "results": [
        {
            "start": 821760272,
            "stop": 821760284
        },
        {
            "start": 821760288,
            "stop": 821760289
        },
        {
            "start": 821760303,
            "stop": 821760307
        },
        {
            "start": 821760312,
            "stop": 821760313
        },
        {
            "start": 821760316,
            "stop": 821760318
        },
        {
            "start": 821760321,
            "stop": 821760322
        },
        {
            "start": 821760325,
            "stop": 821760330
        },
        {
            "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
        }
    ]
}