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=377
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=378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=376",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 377,
    "results": [
        {
            "start": 825641579,
            "stop": 825642431
        },
        {
            "start": 825642434,
            "stop": 825644253
        },
        {
            "start": 825644257,
            "stop": 825644259
        },
        {
            "start": 825644263,
            "stop": 825645177
        },
        {
            "start": 825645180,
            "stop": 825646346
        },
        {
            "start": 825646349,
            "stop": 825649783
        },
        {
            "start": 825649786,
            "stop": 825654072
        },
        {
            "start": 825656828,
            "stop": 825656839
        },
        {
            "start": 825657186,
            "stop": 825664812
        },
        {
            "start": 825664815,
            "stop": 825673323
        },
        {
            "start": 825673326,
            "stop": 825676041
        },
        {
            "start": 825676044,
            "stop": 825686873
        },
        {
            "start": 825686876,
            "stop": 825687093
        },
        {
            "start": 825687097,
            "stop": 825687100
        },
        {
            "start": 825687103,
            "stop": 825689412
        },
        {
            "start": 825689416,
            "stop": 825690660
        },
        {
            "start": 825690720,
            "stop": 825691701
        },
        {
            "start": 825691704,
            "stop": 825691756
        },
        {
            "start": 825691759,
            "stop": 825693300
        },
        {
            "start": 825693480,
            "stop": 825693913
        }
    ]
}