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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=321",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 322,
    "results": [
        {
            "start": 931759852,
            "stop": 931759855
        },
        {
            "start": 931759856,
            "stop": 931759941
        },
        {
            "start": 931759947,
            "stop": 931760338
        },
        {
            "start": 931760340,
            "stop": 931760342
        },
        {
            "start": 931760344,
            "stop": 931760378
        },
        {
            "start": 931760379,
            "stop": 931760397
        },
        {
            "start": 931760402,
            "stop": 931760406
        },
        {
            "start": 931760408,
            "stop": 931760516
        },
        {
            "start": 931760518,
            "stop": 931760530
        },
        {
            "start": 931760532,
            "stop": 931760572
        },
        {
            "start": 931760573,
            "stop": 931760577
        },
        {
            "start": 931760578,
            "stop": 931760581
        },
        {
            "start": 931760585,
            "stop": 931760591
        },
        {
            "start": 931760593,
            "stop": 931760595
        },
        {
            "start": 931760597,
            "stop": 931760657
        },
        {
            "start": 931760658,
            "stop": 931760724
        },
        {
            "start": 931760725,
            "stop": 931760899
        },
        {
            "start": 931760900,
            "stop": 931760952
        },
        {
            "start": 931760953,
            "stop": 931760960
        },
        {
            "start": 931760962,
            "stop": 931760997
        }
    ]
}