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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3118",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3119,
    "results": [
        {
            "start": 867778208,
            "stop": 867779566
        },
        {
            "start": 867779866,
            "stop": 867780605
        },
        {
            "start": 867780610,
            "stop": 867782498
        },
        {
            "start": 867789370,
            "stop": 867789499
        },
        {
            "start": 867789832,
            "stop": 867791003
        },
        {
            "start": 867791533,
            "stop": 867791984
        },
        {
            "start": 867792345,
            "stop": 867792660
        },
        {
            "start": 867792720,
            "stop": 867794160
        },
        {
            "start": 867794220,
            "stop": 867794564
        },
        {
            "start": 867794805,
            "stop": 867794984
        },
        {
            "start": 867795165,
            "stop": 867795340
        },
        {
            "start": 867797160,
            "stop": 867797204
        },
        {
            "start": 867797813,
            "stop": 867797864
        },
        {
            "start": 867798045,
            "stop": 867798107
        },
        {
            "start": 867798111,
            "stop": 867798180
        },
        {
            "start": 867798240,
            "stop": 867804420
        },
        {
            "start": 867804480,
            "stop": 867806247
        },
        {
            "start": 867806253,
            "stop": 867806260
        },
        {
            "start": 867806265,
            "stop": 867806280
        },
        {
            "start": 867806340,
            "stop": 867806350
        }
    ]
}