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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40719",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40717",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40718,
    "results": [
        {
            "start": 874955767,
            "stop": 874955776
        },
        {
            "start": 874955778,
            "stop": 874955782
        },
        {
            "start": 874955783,
            "stop": 874955784
        },
        {
            "start": 874955785,
            "stop": 874955787
        },
        {
            "start": 874955790,
            "stop": 874955793
        },
        {
            "start": 874955794,
            "stop": 874955796
        },
        {
            "start": 874955799,
            "stop": 874955800
        },
        {
            "start": 874955801,
            "stop": 874955803
        },
        {
            "start": 874955806,
            "stop": 874955810
        },
        {
            "start": 874955813,
            "stop": 874955830
        },
        {
            "start": 874955831,
            "stop": 874955881
        },
        {
            "start": 874955883,
            "stop": 874955893
        },
        {
            "start": 874955894,
            "stop": 874955900
        },
        {
            "start": 874955901,
            "stop": 874955902
        },
        {
            "start": 874955903,
            "stop": 874955929
        },
        {
            "start": 874955930,
            "stop": 874955940
        },
        {
            "start": 874956060,
            "stop": 874956065
        },
        {
            "start": 874956067,
            "stop": 874956071
        },
        {
            "start": 874956074,
            "stop": 874956090
        },
        {
            "start": 874956091,
            "stop": 874956106
        }
    ]
}