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=393
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=394",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=392",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 393,
    "results": [
        {
            "start": 825909901,
            "stop": 825909906
        },
        {
            "start": 825909915,
            "stop": 825909921
        },
        {
            "start": 825909925,
            "stop": 825909960
        },
        {
            "start": 825910083,
            "stop": 825910113
        },
        {
            "start": 825910117,
            "stop": 825910118
        },
        {
            "start": 825910121,
            "stop": 825910135
        },
        {
            "start": 825910159,
            "stop": 825910164
        },
        {
            "start": 825912202,
            "stop": 825912215
        },
        {
            "start": 825912219,
            "stop": 825912235
        },
        {
            "start": 825912240,
            "stop": 825912271
        },
        {
            "start": 825912274,
            "stop": 825912308
        },
        {
            "start": 825912312,
            "stop": 825912320
        },
        {
            "start": 825912333,
            "stop": 825912339
        },
        {
            "start": 825912343,
            "stop": 825912349
        },
        {
            "start": 825912365,
            "stop": 825912417
        },
        {
            "start": 825912421,
            "stop": 825912436
        },
        {
            "start": 825912440,
            "stop": 825912637
        },
        {
            "start": 825912640,
            "stop": 825912641
        },
        {
            "start": 825912649,
            "stop": 825912699
        },
        {
            "start": 825912702,
            "stop": 825912728
        }
    ]
}