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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=331",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 332,
    "results": [
        {
            "start": 847711336,
            "stop": 847711384
        },
        {
            "start": 847711386,
            "stop": 847711406
        },
        {
            "start": 847711407,
            "stop": 847711427
        },
        {
            "start": 847711428,
            "stop": 847711467
        },
        {
            "start": 847711468,
            "stop": 847711470
        },
        {
            "start": 847711471,
            "stop": 847711511
        },
        {
            "start": 847711513,
            "stop": 847711544
        },
        {
            "start": 847711545,
            "stop": 847711587
        },
        {
            "start": 847711588,
            "stop": 847711629
        },
        {
            "start": 847711631,
            "stop": 847711640
        },
        {
            "start": 847711641,
            "stop": 847711669
        },
        {
            "start": 847711670,
            "stop": 847711671
        },
        {
            "start": 847711673,
            "stop": 847711715
        },
        {
            "start": 847711716,
            "stop": 847711738
        },
        {
            "start": 847711739,
            "stop": 847711757
        },
        {
            "start": 847711759,
            "stop": 847711767
        },
        {
            "start": 847711769,
            "stop": 847711800
        },
        {
            "start": 847711801,
            "stop": 847711842
        },
        {
            "start": 847711843,
            "stop": 847711853
        },
        {
            "start": 847711854,
            "stop": 847711896
        }
    ]
}